Skip to content

Commit

Permalink
install the latest version of golang-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <jim.zhang@kaleido.io>
  • Loading branch information
jimthematrix committed Oct 29, 2024
1 parent 991a4db commit 6e92a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-sdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ coverage: test coverage.html
lint: ${LINT}
GOGC=20 $(LINT) run -v --timeout 5m
${LINT}:
$(VGO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.0
$(VGO) install github.com/golangci/golangci-lint/cmd/golangci-lint
go-mod-tidy: .ALWAYS
$(VGO) mod tidy
e2e: test
Expand Down

0 comments on commit 6e92a7a

Please sign in to comment.