Skip to content

Commit 9d1b92c

Browse files
Update dependency golangci/golangci-lint to v2.8.0
1 parent 9644008 commit 9d1b92c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
# Common versions
1313
GO_VERSION: '1.24'
14-
GOLANGCI_VERSION: 'v2.7.2'
14+
GOLANGCI_VERSION: 'v2.8.0'
1515
DOCKER_BUILDX_VERSION: 'v0.30.1'
1616

1717
jobs:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ NPROCS ?= 1
4545
GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))
4646

4747
GO_REQUIRED_VERSION ?= 1.24
48-
GOLANGCILINT_VERSION ?= 2.7.2
48+
GOLANGCILINT_VERSION ?= 2.8.0
4949
GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/provider $(GO_PROJECT)/cmd/generator
5050
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)
5151
GO_SUBDIRS += cmd internal apis

0 commit comments

Comments
 (0)