We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c3a51 commit 2efd6ceCopy full SHA for 2efd6ce
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ on:
11
env:
12
# Common versions
13
GO_VERSION: '1.24.8'
14
- GOLANGCI_VERSION: 'v2.4.0'
+ GOLANGCI_VERSION: 'v2.5.0'
15
16
jobs:
17
check-diff:
Makefile
@@ -26,7 +26,7 @@ GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))
26
GO_LDFLAGS += -X $(GO_PROJECT)/pkg/version.Version=$(VERSION)
27
GO_SUBDIRS += errors proto resource response request
28
GO111MODULE = on
29
-GOLANGCILINT_VERSION = 2.4.0
+GOLANGCILINT_VERSION = 2.5.0
30
GO_LINT_ARGS ?= "--fix"
31
-include build/makelib/golang.mk
32
0 commit comments