Skip to content

Commit 74bee31

Browse files
committed
ci: update golangci-lint to v1.55.2
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent f208a74 commit 74bee31

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/lib-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: golangci-lint
4242
uses: golangci/golangci-lint-action@v3
4343
with:
44-
version: v1.52.1
44+
version: v1.55.2
4545
args: -v --timeout 5m
4646

4747
build:

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ linters-settings:
5151
simplify: true
5252
golint:
5353
min-confidence: 0.9
54+
goconst:
55+
ignore-tests: true
5456
govet:
5557
check-shadowing: true
5658
enable:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ EXTRA_BUILD_ARGS ?= ""
1010

1111
CERT_MANAGER_VERSION ?= v1.13.2
1212
CONTROLLER_GEN_VERSION ?= v0.13.0
13-
GOLANGCI_LINT_VERSION ?= v1.54.2
13+
GOLANGCI_LINT_VERSION ?= v1.55.2
1414
KIND_VERSION ?= v0.20.0
1515
GOLICENSES_VERSION ?= v1.6.0
1616
# Default bundle image tag

0 commit comments

Comments
 (0)