Skip to content

Commit

Permalink
Update GolangCI-lint to 1.63.4 (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Jan 21, 2025
1 parent 4afc586 commit 4b98834
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.63.3
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${DEPLOY_PATH}" v1.63.4
fi

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

0 comments on commit 4b98834

Please sign in to comment.