Skip to content

Update golang.org/x/exp digest to f66d83c #1244

Update golang.org/x/exp digest to f66d83c

Update golang.org/x/exp digest to f66d83c #1244

Workflow file for this run

name: Test
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.18.3'
- name: Test
run: |
make envtest
make test