Skip to content

Commit

Permalink
Dockerfile: Remove unused installation of golangci-lint (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot authored Nov 5, 2024
1 parent 38669a7 commit 75c907d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ ENV GOPATH="/agent/go"
ENV GOCACHE="/agent/.cache"
ENV PATH="/usr/local/go/bin:$PATH"

RUN wget -qO- https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
| sh -s -- -b $(go env GOPATH)/bin v1.56.2

# gRPC dependencies
RUN go install google.golang.org/protobuf/cmd/[email protected]
RUN go install google.golang.org/grpc/cmd/[email protected]
Expand Down

0 comments on commit 75c907d

Please sign in to comment.