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 76e4f31 commit 1c7f472Copy full SHA for 1c7f472
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Run static checks
29
uses: golangci/golangci-lint-action@v2
30
with:
31
- version: v1.40.1
+ version: v1.41.1
32
args: --config=.golangci.yml --verbose
33
skip-go-installation: true
34
skip-pkg-cache: true
Makefile
@@ -15,7 +15,7 @@ RELEASE_GID ?= $(shell id -g)
15
16
TEST_TIMEOUT ?= 5s
17
18
-GOLANGCILINT_WANT_VERSION = 1.40.1
+GOLANGCILINT_WANT_VERSION = 1.41.1
19
GOLANGCILINT_VERSION = $(shell golangci-lint version 2>/dev/null)
20
21
all: hubble
0 commit comments