File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - name : Lint (go vet)
3939 run : go vet -v ./...
4040
41+ # yamllint disable rule:line-length
4142 - name : Lint golangci-lint
42- uses : golangci/golangci-lint-action@v9
43+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
4344 with :
4445 args : --timeout=10m
4546 version : v2.1.0
4647 skip-cache : true
48+ # yamllint enable rule:line-length
Original file line number Diff line number Diff line change 1- ARG BUILDTIME_IMAGE=golang:1.25.7 -alpine3.23
1+ ARG BUILDTIME_IMAGE=golang:1.26.0 -alpine3.23
22ARG RUNTIME_IMAGE=scratch
33
44# ##############################################################################
@@ -32,7 +32,7 @@ RUN apk add --update --no-cache make nodejs npm wget \
3232 && npm install -g --ignore-scripts markdownlint-cli@0.47.0
3333
3434ADD https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh ${WORKDIR}/
35- RUN sh install.sh -b $(go env GOPATH)/bin v2.0 .0 \
35+ RUN sh install.sh -b $(go env GOPATH)/bin v2.9 .0 \
3636 && rm install.sh \
3737 && golangci-lint --version
3838
You can’t perform that action at this time.
0 commit comments