Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 41e63ec

Browse files
committed
MINOR: lint: add git to image to allow all operations in go.mod file
1 parent e76c52e commit 41e63ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM golang:alpine
2-
RUN apk add curl
2+
RUN apk add curl git
33
ENV CGO_ENABLED=0
44
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.33.0
55
ENTRYPOINT ["golangci-lint", "run", "--enable-all"]

0 commit comments

Comments
 (0)