diff --git a/Makefile b/Makefile index 8127270f..9441717d 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ RUN_LONG_TESTS?=yes all: modules test bench check system-test prepare: - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.17.1 + curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.19.1 modules: go mod download