You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download pre-built binary directly from GitHub releases instead of
piping install script to sh. This addresses supply chain security
concerns about executing remote scripts.
The image tag 1-1.24-bookworm is valid - the first '1' is the
devcontainer definition version, second '1.24' is the Go version.
The markdown tables render correctly (Copilot false positive).
RUN curl -fsSLO "https://github.com/golangci/golangci-lint/releases/download/v${GOLANGCI_LINT_VERSION}/golangci-lint-${GOLANGCI_LINT_VERSION}-linux-amd64.tar.gz" \
21
+
&& tar -xzf "golangci-lint-${GOLANGCI_LINT_VERSION}-linux-amd64.tar.gz" \
0 commit comments