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/tools@v0.27.0): 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 Nov 25, 2024
1 parent 7518038 commit acb2782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
set -e
sudo apt-get -qq update && sudo apt-get install -y libtesseract-dev libleptonica-dev tesseract-ocr-eng golang-go
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
echo $TERM
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
rev: v0.5.9
hooks:
- id: go-fmt
- id: go-imports
# - id: go-imports
- id: go-vet
- id: go-lint
- id: go-critic
Expand Down

0 comments on commit acb2782

Please sign in to comment.