Skip to content

Commit e2fe835

Browse files
committed
Bump golangci-lint to v2.7.0
1 parent 924c943 commit e2fe835

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.custom-gcl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: v2.6.2
1+
version: v2.7.0
22
name: golangci-lint-kube-api-linter
33
destination: ./bin
44
plugins:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: golangci/golangci-lint-action@v7
2222
with:
2323
install-mode: goinstall
24-
version: v2.6.2
24+
version: v2.7.0
2525

2626
- name: Run ShellCheck
2727
uses: ludeeus/action-shellcheck@master

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ CONTROLLER_TOOLS_VERSION ?= v0.19.0
236236
ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-%d.%d", $$2, $$3}')
237237
#ENVTEST_K8S_VERSION is the version of Kubernetes to use for setting up ENVTEST binaries (i.e. 1.31)
238238
ENVTEST_K8S_VERSION ?= $(shell go list -m -f "{{ .Version }}" k8s.io/api | awk -F'[v.]' '{printf "1.%d", $$3}')
239-
GOLANGCI_LINT_VERSION ?= v2.6.2
239+
GOLANGCI_LINT_VERSION ?= v2.7.0
240240
NILAWAY_VERSION ?= latest
241241
MOCKGEN_VERSION ?= v0.6.0
242242
ENVSUBST_VERSION ?=latest

0 commit comments

Comments
 (0)