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.
2 parents 97e759d + 5d98e18 commit 643305dCopy full SHA for 643305d
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ on:
11
env:
12
# Common versions
13
GO_VERSION: '1.21.0'
14
- GOLANGCI_VERSION: 'v1.54.1'
+ GOLANGCI_VERSION: 'v1.54.2'
15
16
jobs:
17
check-diff:
Makefile
@@ -34,7 +34,7 @@ GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))
34
GO_LDFLAGS += -X $(GO_PROJECT)/pkg/version.Version=$(VERSION)
35
GO_SUBDIRS += pkg apis
36
GO111MODULE = on
37
-GOLANGCILINT_VERSION = 1.54.1
+GOLANGCILINT_VERSION = 1.54.2
38
-include build/makelib/golang.mk
39
40
# ====================================================================================
0 commit comments