Skip to content

Commit

Permalink
chore(deps): update dependency google/gops to v0.3.28
Browse files Browse the repository at this point in the history
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
  • Loading branch information
cilium-renovate[bot] committed Nov 6, 2023
1 parent cd8476a commit 4186899
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 @@ -37,7 +37,7 @@ FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.21.3-alpine@sha256:96a
ARG TARGETARCH
RUN apk add --no-cache git \
# renovate: datasource=github-releases depName=google/gops
&& git clone --depth 1 --branch v0.3.22 https://github.com/google/gops /gops \
&& git clone --depth 1 --branch v0.3.28 https://github.com/google/gops /gops \
&& cd /gops \
&& GOARCH=$TARGETARCH go build -ldflags="-s -w" .

Expand Down

0 comments on commit 4186899

Please sign in to comment.