Skip to content

Commit 6188c17

Browse files
committed
release: Google API Linter v1.68.0
Signed-off-by: Eng Zer Jun <[email protected]>
1 parent 77a19ef commit 6188c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG TARGETARCH
66
RUN CGO_ENABLED=0 \
77
GOOS=${TARGETOS} \
88
GOARCH=${TARGETARCH} \
9-
go install -ldflags '-s -w -extldflags "-static"' github.com/googleapis/api-linter/cmd/api-linter@v1.67.6 \
9+
go install -ldflags '-s -w -extldflags "-static"' github.com/googleapis/api-linter/cmd/api-linter@v1.68.0 \
1010
&& find bin -name 'api-linter' -executable -exec cp -- "{}" /go/bin \;
1111

1212
FROM alpine:3

0 commit comments

Comments
 (0)