Skip to content

Commit 1c7f472

Browse files
committed
ci: bump golangci-lint to v1.41.1
Signed-off-by: Robin Hahling <[email protected]>
1 parent 76e4f31 commit 1c7f472

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run static checks
2929
uses: golangci/golangci-lint-action@v2
3030
with:
31-
version: v1.40.1
31+
version: v1.41.1
3232
args: --config=.golangci.yml --verbose
3333
skip-go-installation: true
3434
skip-pkg-cache: true

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RELEASE_GID ?= $(shell id -g)
1515

1616
TEST_TIMEOUT ?= 5s
1717

18-
GOLANGCILINT_WANT_VERSION = 1.40.1
18+
GOLANGCILINT_WANT_VERSION = 1.41.1
1919
GOLANGCILINT_VERSION = $(shell golangci-lint version 2>/dev/null)
2020

2121
all: hubble

0 commit comments

Comments
 (0)