Skip to content

Commit 2efd6ce

Browse files
Update dependency golangci/golangci-lint to v2.5.0
1 parent 16c3a51 commit 2efd6ce

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.8'
14-
GOLANGCI_VERSION: 'v2.4.0'
14+
GOLANGCI_VERSION: 'v2.5.0'
1515

1616
jobs:
1717
check-diff:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))
2626
GO_LDFLAGS += -X $(GO_PROJECT)/pkg/version.Version=$(VERSION)
2727
GO_SUBDIRS += errors proto resource response request
2828
GO111MODULE = on
29-
GOLANGCILINT_VERSION = 2.4.0
29+
GOLANGCILINT_VERSION = 2.5.0
3030
GO_LINT_ARGS ?= "--fix"
3131
-include build/makelib/golang.mk
3232

0 commit comments

Comments
 (0)