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 2c76a4b + 5524320 commit 23eaff9Copy full SHA for 23eaff9
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ on:
11
env:
12
# Common versions
13
GO_VERSION: '1.20.5'
14
- GOLANGCI_VERSION: 'v1.53.2'
+ GOLANGCI_VERSION: 'v1.53.3'
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.53.2
+GOLANGCILINT_VERSION = 1.53.3
38
-include build/makelib/golang.mk
39
40
# ====================================================================================
0 commit comments