Skip to content

Commit 1487b5c

Browse files
committed
bump golangci-lint for local dev
1 parent 74f60a9 commit 1487b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/ensure-golangci-lint-installed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# See https://github.com/golangci/golangci-lint/releases
4-
GOLANGCI_RELEASE=v1.54.2
4+
GOLANGCI_RELEASE=v1.61.0
55
GOLANGCI_INSTALL_SCRIPT=https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh
66

77
if [ -z "$GOPATH" ]; then

0 commit comments

Comments
 (0)