Skip to content

Commit 7d3e1d8

Browse files
authored
Merge pull request #733 from apigee/fix-claat-module
fix claat
2 parents 7c71b86 + d2646a1 commit 7d3e1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pipeline-linter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FROM golang:alpine3.18
1616

1717
RUN apk add --no-cache git
1818
RUN go install github.com/google/addlicense@v1.0.0
19-
RUN export GO111MODULE=on && go install github.com/googlecodelabs/tools/claat@v2.2.6
19+
RUN go install github.com/googlecodelabs/tools/claat@latest
2020

2121
# Install our dependencies
2222
COPY *.sh /usr/bin/

0 commit comments

Comments
 (0)