Skip to content

Commit

Permalink
Update GolangCI-lint to v1.63.3 (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Jan 6, 2025
1 parent 16d4006 commit 05a2fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/golangci-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
else
DEPLOY_PATH=${GOPATH}/bin
fi
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${DEPLOY_PATH}" v1.62.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${DEPLOY_PATH}" v1.63.3
fi

PATH=${PATH}:${DEPLOY_PATH} golangci-lint run -v

0 comments on commit 05a2fb5

Please sign in to comment.