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 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ FROM golang:1.24
1616
1717WORKDIR /go/src
1818
19- ARG GOLANGCILINT_VERSION=v2.0.2
19+ ARG GOLANGCILINT_VERSION=v2.1.6
2020RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCILINT_VERSION}
2121RUN go install github.com/awalterschulze/
[email protected] 2222RUN go install github.com/containerd/
[email protected]
You can’t perform that action at this time.
0 commit comments