Skip to content

Commit 510650d

Browse files
authored
Merge pull request #1511 from cpanato/update-golang
update golangci-lint to v2.4
2 parents 3dc0da7 + ffffd14 commit 510650d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: golangci-lint
2626
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
2727
with:
28-
version: v2.1
28+
version: v2.4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ENVSUBST_VER := v1.4.2
7474
ENVSUBST_BIN := envsubst
7575
ENVSUBST := $(TOOLS_BIN_DIR)/$(ENVSUBST_BIN)
7676

77-
GOLANGCI_LINT_VER := v2.1.6
77+
GOLANGCI_LINT_VER := v2.4.0
7878

7979
KIND_VER := v0.29.0
8080
KIND_BIN := kind

0 commit comments

Comments
 (0)