Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 12a4732

Browse files
author
Ryan SVIHLA
committed
updated golangci version
1 parent dec4028 commit 12a4732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fi
5050

5151
if ! command -v golangci-lint &> /dev/null
5252
then
53-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.36.0
53+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.43.0
5454
else
5555
echo "golangci-lint installed skipping"
5656
fi

0 commit comments

Comments
 (0)