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.
1 parent c8a1e89 commit 37d5aeeCopy full SHA for 37d5aee
.devcontainer/Dockerfile
@@ -5,8 +5,6 @@ ARG VARIANT=1-bullseye
5
FROM golang:${VARIANT}
6
7
RUN go install mvdan.cc/gofumpt@latest
8
-RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.0
9
-RUN golangci-lint --version
10
11
# [Optional] Uncomment this section to install additional OS packages.
12
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
0 commit comments