Skip to content

Commit

Permalink
Merge pull request #329 from pohly/apidiff-fix
Browse files Browse the repository at this point in the history
GitHub: use apidiff with more recent Go
  • Loading branch information
k8s-ci-robot committed Jun 14, 2022
2 parents ea35802 + 49d73a5 commit 6b3fb0b
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 6b3fb0b

Please sign in to comment.