Skip to content

Commit 81aff0f

Browse files
committed
install the v1.61.1 version of golang-lint
Signed-off-by: Jim Zhang <jim.zhang@kaleido.io>
1 parent 6e92a7a commit 81aff0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go-sdk/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ coverage: test coverage.html
1818
lint: ${LINT}
1919
GOGC=20 $(LINT) run -v --timeout 5m
2020
${LINT}:
21-
$(VGO) install github.com/golangci/golangci-lint/cmd/golangci-lint
21+
$(VGO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0
2222
go-mod-tidy: .ALWAYS
2323
$(VGO) mod tidy
2424
e2e: test

0 commit comments

Comments
 (0)