Skip to content

Commit 1d5517a

Browse files
author
Gonzalo Diaz
committed
[CONFIG] golangci-lint upgrade to 9.2.0
1 parent 6ebbeeb commit 1d5517a

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/go-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
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

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILDTIME_IMAGE=golang:1.25.7-alpine3.23
1+
ARG BUILDTIME_IMAGE=golang:1.26.0-alpine3.23
22
ARG 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

3434
ADD 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

0 commit comments

Comments
 (0)