Skip to content

Commit

Permalink
Merge pull request #733 from apigee/fix-claat-module
Browse files Browse the repository at this point in the history
fix claat
  • Loading branch information
danistrebel authored Mar 28, 2024
2 parents 7c71b86 + d2646a1 commit 7d3e1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pipeline-linter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM golang:alpine3.18

RUN apk add --no-cache git
RUN go install github.com/google/[email protected]
RUN export GO111MODULE=on && go install github.com/googlecodelabs/tools/claat@v2.2.6
RUN go install github.com/googlecodelabs/tools/claat@latest

# Install our dependencies
COPY *.sh /usr/bin/
Expand Down

0 comments on commit 7d3e1d8

Please sign in to comment.