Skip to content

Commit 37d5aee

Browse files
committed
Remove unnecessary golangci-lint install step from dev-container Dockerfile
1 parent c8a1e89 commit 37d5aee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ ARG VARIANT=1-bullseye
55
FROM golang:${VARIANT}
66

77
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
108

119
# [Optional] Uncomment this section to install additional OS packages.
1210
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)