diff --git a/Makefile b/Makefile index 9d81af10..07d0abf2 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ ARCH=$(shell uname -m) OS?=$(shell uname) ITERATION := 1 -GOLANGCI_VERSION = 1.53.2 +GOLANGCI_VERSION = 1.55.2 GORELEASER := $(shell command -v goreleaser 2> /dev/null) SOURCE_FILES?=$$(go list ./... | grep -v /vendor/) @@ -42,7 +42,7 @@ fmt: lint-fix install: go install ./cmd/saml2aws -.PHONY: mod +.PHONY: install build: @@ -80,4 +80,4 @@ test: docker-build-environment: docker build --platform=amd64 -t saml2aws/build -f Dockerfile.build . docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock -e BUILDX_CONFIG=$(PWD)/.buildtemp -e GOPATH=$(PWD)/.buildtemp -e GOTMPDIR=$(PWD)/.buildtemp -e GOCACHE=$(PWD)/.buildtemp/.cache -e GOENV=$(PWD)/.buildtemp/env -v $(PWD):$(PWD) -w $(PWD) saml2aws/build:latest -.PHONY: docker-build-environment \ No newline at end of file +.PHONY: docker-build-environment