diff --git a/Makefile b/Makefile index e1b1bd9..bc11ebf 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,9 @@ test: install: go mod download - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.53.3 - go install gotest.tools/gotestsum@v1.10.0 - go install honnef.co/go/tools/cmd/staticcheck@v0.4.3 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.54.2 + go install gotest.tools/gotestsum@v1.10.1 + go install honnef.co/go/tools/cmd/staticcheck@v0.4.5 .PHONY: install tidy: