Skip to content

Commit

Permalink
chore: golangci-lint v1.55.2
Browse files Browse the repository at this point in the history
Signed-off-by: Shyukri Shyukriev <shukera@gmail.com>
  • Loading branch information
shyukri committed Jan 30, 2024
1 parent 376996a commit c6150ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ start: image
kubectl -n argo-events wait --for=condition=Ready --timeout 60s pod --all

$(GOPATH)/bin/golangci-lint:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b `go env GOPATH`/bin v1.52.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b `go env GOPATH`/bin v1.55.2

.PHONY: lint
lint: $(GOPATH)/bin/golangci-lint
Expand Down

0 comments on commit c6150ad

Please sign in to comment.