Skip to content

Commit 85f7f61

Browse files
committed
chore: update golangci-lint
1 parent a8ab587 commit 85f7f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if ! command -v golangci-lint &> /dev/null
1313
then
1414
echo "golangci-lint not found, installing..."
1515
# binary will be $(go env GOPATH)/bin/golangci-lint
16-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
16+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.4.0
1717
fi
1818

1919
if ! golangci-lint run

0 commit comments

Comments
 (0)