Skip to content

Commit 3786b16

Browse files
fixing precommit - staticcheck (GoogleCloudPlatform#5152)
1 parent a41062d commit 3786b16

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ repos:
142142
# rev: v1.0.0-rc.1
143143
# hooks:
144144
# - id: go-critic
145-
- repo: https://github.com/Bahjat/pre-commit-golang
146-
rev: v1.0.3
145+
- repo: https://github.com/golangci/golangci-lint
146+
rev: v1.63.4
147147
hooks:
148-
- id: go-static-check
148+
- id: golangci-lint
149149
- repo: https://github.com/adrienverge/yamllint
150150
rev: v1.34.0
151151
hooks:

0 commit comments

Comments
 (0)