Skip to content

Commit

Permalink
Pin golang-ci to v1.58.2
Browse files Browse the repository at this point in the history
Latest is currently broken with golangci/golangci-lint#4662
  • Loading branch information
geobeau committed Jun 27, 2024
1 parent e799e8d commit 99ff777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test: manifests generate fmt vet envtest lint ## Run tests.
##@ Build

.PHONY: build
build: manifests generate fmt vet gen-doc ## Build manager binary.
build: manifests generate fmt vet ## Build manager binary.
CGO_ENABLED=0 go build -o bin/manager cmd/main.go

.PHONY: run
Expand Down 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.58.2

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

0 comments on commit 99ff777

Please sign in to comment.