Skip to content

Commit

Permalink
Disabling import check pro tem as I'm getting:
Browse files Browse the repository at this point in the history
go: golang.org/x/tools/cmd/goimports@latest (in golang.org/x/[email protected]): go.mod:3: invalid go version '1.22.0': must match format 1.23
in GH Actions.

See golang/go#61888
  • Loading branch information
jessp01 committed Dec 18, 2024
1 parent 9e281b2 commit cda5671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
set -e
go install github.com/go-critic/go-critic/cmd/gocritic@latest
go install golang.org/x/tools/cmd/goimports@latest
# go install golang.org/x/tools/cmd/goimports@latest
go install golang.org/x/lint/golint@latest
go install github.com/gordonklaus/ineffassign@latest
pip install pre-commit
Expand Down

0 comments on commit cda5671

Please sign in to comment.