Skip to content

Commit

Permalink
release: Google API Linter v1.68.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eng Zer Jun <[email protected]>
  • Loading branch information
Juneezee committed Jan 16, 2025
1 parent 77a19ef commit 6188c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG TARGETARCH
RUN CGO_ENABLED=0 \
GOOS=${TARGETOS} \
GOARCH=${TARGETARCH} \
go install -ldflags '-s -w -extldflags "-static"' github.com/googleapis/api-linter/cmd/api-linter@v1.67.6 \
go install -ldflags '-s -w -extldflags "-static"' github.com/googleapis/api-linter/cmd/api-linter@v1.68.0 \
&& find bin -name 'api-linter' -executable -exec cp -- "{}" /go/bin \;

FROM alpine:3
Expand Down

0 comments on commit 6188c17

Please sign in to comment.