Skip to content

Commit b8aece5

Browse files
Merge pull request #160 from crossplane/renovate/golangci-lint-in-ci
Update dependency golangci/golangci-lint to v2.7.2
2 parents ba29fc7 + e278ba2 commit b8aece5

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.6.1'
14+
GOLANGCI_VERSION: 'v2.7.2'
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.6.1
48+
GOLANGCILINT_VERSION ?= 2.7.2
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)