Skip to content

Commit 89518a0

Browse files
committed
Bumping golint
1 parent d01ac78 commit 89518a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/devtools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
set -ex
33
go mod download golang.org/x/tools@latest
4-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.0
4+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8
55
curl -sSfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s

0 commit comments

Comments
 (0)