Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 87346d6

Browse files
Bump golangci linter to 1.23.0
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
1 parent f85ac4a commit 87346d6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile.lint

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ RUN apk add --no-cache \
66
curl \
77
git \
88
make \
9-
coreutils
9+
coreutils \
10+
build-base
1011

1112
RUN GO111MODULE=on go get \
12-
github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0 \
13+
github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.0 \
1314
&& rm -rf /go/src/* /go/pkg/*
1415

1516
WORKDIR /go/src/github.com/docker/app

0 commit comments

Comments
 (0)