Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit 9652a4c

Browse files
committed
Add license headers and check
Signed-off-by: Christopher Crone <[email protected]>
1 parent af6bdd4 commit 9652a4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ WORKDIR /go/src
1818

1919
ARG GOLANGCILINT_VERSION=v1.24.0
2020
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCILINT_VERSION}
21+
RUN go get -v -u github.com/kunalkushwaha/ltag && rm -rf /go/src/github.com/kunalkushwaha
2122

2223
ENV GOFLAGS=-mod=vendor
2324
COPY . .

0 commit comments

Comments
 (0)