Skip to content

Commit 9e281b2

Browse files
committed
Disabling import check pro tem:
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 cfd6d52 commit 9e281b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: v0.5.4
44
hooks:
55
- id: go-fmt
6-
- id: go-imports
6+
# - id: go-imports
77
- id: go-vet
88
- id: go-lint
99
- id: go-critic

0 commit comments

Comments
 (0)