Skip to content

Commit

Permalink
chore: update golangci-lint to make tests passable
Browse files Browse the repository at this point in the history
  • Loading branch information
minhnhatnoe committed May 6, 2024
1 parent c273a8c commit d64c705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ do
done

# Install golangci-lint
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v1.52.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v1.58.0

0 comments on commit d64c705

Please sign in to comment.