We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a19ef commit 6188c17Copy full SHA for 6188c17
Dockerfile
@@ -6,7 +6,7 @@ ARG TARGETARCH
6
RUN CGO_ENABLED=0 \
7
GOOS=${TARGETOS} \
8
GOARCH=${TARGETARCH} \
9
- 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 \
10
&& find bin -name 'api-linter' -executable -exec cp -- "{}" /go/bin \;
11
12
FROM alpine:3
0 commit comments