Skip to content

Commit

Permalink
Pin golang-ci to v1.56.2
Browse files Browse the repository at this point in the history
Latest is currently broken
  • Loading branch information
geobeau committed Jun 28, 2024
1 parent e799e8d commit f91407e
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 @@ -186,7 +186,7 @@ $(ENVTEST): $(LOCALBIN)

.PHONY: golangci
golangci: ## Run golangci
test -s $(LOCALBIN)/golangci-lint || GOBIN=$(LOCALBIN) go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
test -s $(LOCALBIN)/golangci-lint || GOBIN=$(LOCALBIN) go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.56.2

.PHONY: crdoc
crdoc: ## Run crdoc
Expand Down

0 comments on commit f91407e

Please sign in to comment.