Skip to content

Commit 24c84de

Browse files
authored
Merge pull request #494 from mbaldessari/ci-2.8.0
Update golangci to v2.8.0
2 parents 78c8c6b + 26a7bec commit 24c84de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run golangci-lint
3030
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
3131
with:
32-
version: v2.7.2
32+
version: v2.8.0
3333
args: --timeout 5m -v
3434

3535
#--exclude SA5011

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
VERSION ?= 0.0.4
77
OPERATOR_NAME ?= patterns
88
GOFLAGS=-mod=vendor
9-
GOLANGCI_VERSION ?= 2.7.2
109
REGISTRY ?= localhost
1110
UPLOADREGISTRY ?= quay.io/validatedpatterns
1211
GOLANGCI_IMG ?= docker.io/golangci/golangci-lint
12+
GOLANGCI_VERSION ?= 2.8.0
1313

1414
# CI uses a non-writable home dir, make sure .cache is writable
1515
ifeq ("${HOME}", "/")

0 commit comments

Comments
 (0)