We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02ab492 + 2706e2f commit d1e22e5Copy full SHA for d1e22e5
hack/dockerfiles/lint.Dockerfile
@@ -13,7 +13,7 @@ ARG GOPLS_ANALYZERS="embeddirective fillreturns infertypeargs maprange modernize
13
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
14
15
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
16
-RUN apk add --no-cache git gcc musl-dev
+RUN apk add --no-cache git gcc musl-dev binutils-gold
17
18
FROM base AS golangci-build
19
WORKDIR /src
0 commit comments