Skip to content

Commit

Permalink
bump golangci-lint tool
Browse files Browse the repository at this point in the history
as the problem does not reproduce locally

Signed-off-by: Matteo Mortari <[email protected]>
  • Loading branch information
tarilabs committed Jul 8, 2024
1 parent 679fc01 commit 169957b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ bin/protoc-gen-go-grpc:

GOLANGCI_LINT ?= ${PROJECT_BIN}/golangci-lint
bin/golangci-lint:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(PROJECT_BIN) v1.54.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(PROJECT_BIN) v1.59.1

GOVERTER ?= ${PROJECT_BIN}/goverter
bin/goverter:
Expand Down

0 comments on commit 169957b

Please sign in to comment.