Skip to content

Commit 24f8e90

Browse files
ndeloofglours
authored andcommitted
Bump golangci-lint to v2.1.6
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 6f5d914 commit 24f8e90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
go-version: ${{ matrix.go-version }}
3838
check-latest: true
3939
cache: true
40-
- uses: golangci/golangci-lint-action@v7
40+
- uses: golangci/golangci-lint-action@v8
4141
with:
42-
version: v2.0.2
42+
version: v2.1.6
4343
args: --verbose
4444
skip-cache: true
4545
- name: Test

ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FROM golang:1.24
1616

1717
WORKDIR /go/src
1818

19-
ARG GOLANGCILINT_VERSION=v2.0.2
19+
ARG GOLANGCILINT_VERSION=v2.1.6
2020
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCILINT_VERSION}
2121
RUN go install github.com/awalterschulze/[email protected]
2222
RUN go install github.com/containerd/[email protected]

0 commit comments

Comments
 (0)