Skip to content

Commit 7d3c952

Browse files
mudlerItxaka
authored andcommitted
arrow_up: Bump golangci-lint version
1 parent ac5b348 commit 7d3c952

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Earthfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ARG COSIGN_REPOSITORY=raccos/releases-teal
1818
ARG COSIGN_EXPERIMENTAL=0
1919
ARG CGO_ENABLED=0
2020
ARG ELEMENTAL_IMAGE=quay.io/costoolkit/elemental-cli:v0.0.15-8a78e6b
21+
ARG GOLINT_VERSION=1.47.3
2122

2223

2324
all:
@@ -93,7 +94,8 @@ dist:
9394

9495
lint:
9596
FROM golang:alpine
96-
RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.46.2
97+
ARG GOLINT_VERSION
98+
RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v$GOLINT_VERSION
9799
WORKDIR /build
98100
COPY . .
99101
RUN golangci-lint run

0 commit comments

Comments
 (0)