Skip to content

Commit

Permalink
Update golangci-lint to v1.62.0
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Twigg <[email protected]>
  • Loading branch information
neilalexander committed Nov 18, 2024
1 parent baa0f80 commit f2acb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runTestsOnTravis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ "$1" = "compile" ]; then
go build;

# Now run the linters.
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.3;
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.62.0;
golangci-lint run;
if [ "$TRAVIS_TAG" != "" ]; then
go test -race -v -run=TestVersionMatchesTag ./server -ldflags="-X=github.com/nats-io/nats-server/v2/server.serverVersion=$TRAVIS_TAG" -count=1 -vet=off
Expand Down

0 comments on commit f2acb28

Please sign in to comment.