Skip to content

Commit

Permalink
install the v1.61.1 version of golang-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <[email protected]>
  • Loading branch information
jimthematrix committed Oct 29, 2024
1 parent 6e92a7a commit 81aff0f
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
$(VGO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0
go-mod-tidy: .ALWAYS
$(VGO) mod tidy
e2e: test
Expand Down

0 comments on commit 81aff0f

Please sign in to comment.