Skip to content

Commit 5138aa2

Browse files
committed
go/lint: hold golangci-lint to v1.60.1
Until gosec fixes their buggy release we need to hold off on sending false positives to folks. See: securego/gosec#1130
1 parent 9903d59 commit 5138aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/lint-project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
gitleaks_version=8.17.0
5-
golangci_version=latest
5+
golangci_version=v1.60.1
66
sqlvet_version=v1.1.5
77

88
# Set these to any non-blank value to disable the linter

0 commit comments

Comments
 (0)