We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f60a9 commit 1487b5cCopy full SHA for 1487b5c
script/ensure-golangci-lint-installed
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# See https://github.com/golangci/golangci-lint/releases
4
-GOLANGCI_RELEASE=v1.54.2
+GOLANGCI_RELEASE=v1.61.0
5
GOLANGCI_INSTALL_SCRIPT=https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh
6
7
if [ -z "$GOPATH" ]; then
0 commit comments