Skip to content

Commit

Permalink
Updating GolangCI to v1.64.2 (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Feb 12, 2025
1 parent d151a38 commit 833533a
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.4
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${DEPLOY_PATH}" v1.64.2
fi

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

0 comments on commit 833533a

Please sign in to comment.