File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARCH=$(shell uname -m)
3
3
OS? =$(shell uname)
4
4
ITERATION := 1
5
5
6
- GOLANGCI_VERSION = 1.53 .2
6
+ GOLANGCI_VERSION = 1.55 .2
7
7
GORELEASER := $(shell command -v goreleaser 2> /dev/null)
8
8
9
9
SOURCE_FILES? =$$(go list ./... | grep -v /vendor/ )
@@ -42,7 +42,7 @@ fmt: lint-fix
42
42
43
43
install :
44
44
go install ./cmd/saml2aws
45
- .PHONY : mod
45
+ .PHONY : install
46
46
47
47
build :
48
48
80
80
docker-build-environment :
81
81
docker build --platform=amd64 -t saml2aws/build -f Dockerfile.build .
82
82
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
83
- .PHONY : docker-build-environment
83
+ .PHONY : docker-build-environment
You can’t perform that action at this time.
0 commit comments