Skip to content

Commit cda5671

Browse files
committed
Disabling import check pro tem as I'm getting:
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
1 parent 9e281b2 commit cda5671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
set -e
2929
go install github.com/go-critic/go-critic/cmd/gocritic@latest
30-
go install golang.org/x/tools/cmd/goimports@latest
30+
# go install golang.org/x/tools/cmd/goimports@latest
3131
go install golang.org/x/lint/golint@latest
3232
go install github.com/gordonklaus/ineffassign@latest
3333
pip install pre-commit

0 commit comments

Comments
 (0)