File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
go-version : ${{ matrix.go-version }}
38
38
check-latest : true
39
39
cache : true
40
- - uses : golangci/golangci-lint-action@v7
40
+ - uses : golangci/golangci-lint-action@v8
41
41
with :
42
- version : v2.0.2
42
+ version : v2.1.6
43
43
args : --verbose
44
44
skip-cache : true
45
45
- name : Test
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ FROM golang:1.24
16
16
17
17
WORKDIR /go/src
18
18
19
- ARG GOLANGCILINT_VERSION=v2.0.2
19
+ ARG GOLANGCILINT_VERSION=v2.1.6
20
20
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCILINT_VERSION}
21
21
RUN go install github.com/awalterschulze/
[email protected]
22
22
RUN go install github.com/containerd/
[email protected]
You can’t perform that action at this time.
0 commit comments