Skip to content

Commit

Permalink
Fix CI failures
Browse files Browse the repository at this point in the history
The CI started failing out of the blue. The problem is the linter can't be
installed. This is being discussed further in the linter's repo here:
dominikh/go-tools#1387. The error goes away if I
bump the linter version.
  • Loading branch information
jamespfennell committed Mar 27, 2023
1 parent ffab925 commit 29e282f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: docker-compose -f tests/endtoend/compose.yml up --build --exit-code-from testrunner testrunner

- name: Linter
run: go install honnef.co/go/tools/cmd/staticcheck@2022.1 && staticcheck ./...
run: go install honnef.co/go/tools/cmd/staticcheck@2023.1 && staticcheck ./...

- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit 29e282f

Please sign in to comment.