From 4186899f44f94d21fbe6c3901e0adae1b07f9e74 Mon Sep 17 00:00:00 2001 From: "cilium-renovate[bot]" <134692979+cilium-renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:52:37 +0000 Subject: [PATCH] chore(deps): update dependency google/gops to v0.3.28 Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b77e0a20046..921dfc72358 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" .