Skip to content

Commit

Permalink
GitHub: use apidiff with more recent Go
Browse files Browse the repository at this point in the history
This fixes:

Error: ../../../go/src/golang.org/x/exp/apidiff/correspondence.go:129:8: undefined: types.TypeParam
  • Loading branch information
pohly committed Jun 10, 2022
1 parent ea35802 commit 49d73a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.18
- name: Add GOBIN to PATH
run: echo "PATH=$(go env GOPATH)/bin:$PATH" >>$GITHUB_ENV
- name: Install dependencies
Expand Down

0 comments on commit 49d73a5

Please sign in to comment.