Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sakajunquality committed Mar 5, 2024
1 parent 3f1946b commit 6f4b39d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ push-image:
docker push "$(IMAGE_URI)"

bin/golangci-lint:
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s 'latest'
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2

golangci-lint --version

.PHONY: lint
lint: bin/golangci-lint
Expand Down

0 comments on commit 6f4b39d

Please sign in to comment.