We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba29fc7 + e278ba2 commit b8aece5Copy full SHA for b8aece5
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ on:
11
env:
12
# Common versions
13
GO_VERSION: '1.24'
14
- GOLANGCI_VERSION: 'v2.6.1'
+ GOLANGCI_VERSION: 'v2.7.2'
15
DOCKER_BUILDX_VERSION: 'v0.30.1'
16
17
jobs:
Makefile
@@ -45,7 +45,7 @@ NPROCS ?= 1
45
GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))
46
47
GO_REQUIRED_VERSION ?= 1.24
48
-GOLANGCILINT_VERSION ?= 2.6.1
+GOLANGCILINT_VERSION ?= 2.7.2
49
GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/provider $(GO_PROJECT)/cmd/generator
50
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)
51
GO_SUBDIRS += cmd internal apis
0 commit comments