Skip to content

Commit

Permalink
Pin golang-ci to v1.57.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 28, 2024
1 parent e799e8d commit 02f79af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.20
go-version: 1.22
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
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.57.2

.PHONY: crdoc
crdoc: ## Run crdoc
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/criteo/node-disruption-controller

go 1.20
go 1.22

require (
github.com/onsi/ginkgo/v2 v2.9.5
Expand Down

0 comments on commit 02f79af

Please sign in to comment.