Skip to content

Commit bf1cd12

Browse files
FrankYang0529starbops
authored andcommitted
feat: upgrade golangci-lint to latest
Signed-off-by: PoAn Yang <yangpoan@gmail.com> (cherry picked from commit 1027e2e)
1 parent 0a2b7a9 commit bf1cd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV ARCH=$DAPPER_HOST_ARCH
55

66
RUN zypper -n install tar gzip bash git docker less file curl wget
77

8-
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s v2.1.6
8+
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s latest
99

1010
# The docker version in dapper is too old to have buildx. Install it manually.
1111
RUN curl -sSfL https://github.com/docker/buildx/releases/download/v0.13.1/buildx-v0.13.1.linux-${ARCH} -o buildx-v0.13.1.linux-${ARCH} && \

0 commit comments

Comments
 (0)