From b5d677be662ffc683f9df48bcfdae210898c50a3 Mon Sep 17 00:00:00 2001 From: James Rawlings Date: Sat, 20 Apr 2024 15:40:40 +0100 Subject: [PATCH] remove go bumps already applied upstream Signed-off-by: James Rawlings --- gatekeeper-3.15.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatekeeper-3.15.yaml b/gatekeeper-3.15.yaml index e5c8c1afb04..a881b3a2c8c 100644 --- a/gatekeeper-3.15.yaml +++ b/gatekeeper-3.15.yaml @@ -28,7 +28,7 @@ pipeline: - uses: go/bump with: - deps: google.golang.org/grpc@v1.58.3 golang.org/x/crypto@v0.17.0 google.golang.org/protobuf@v1.33.0 github.com/containerd/containerd@v1.7.11 github.com/docker/docker@v24.0.9 golang.org/x/net@v0.23.0 + deps: google.golang.org/protobuf@v1.33.0 github.com/docker/docker@v24.0.9 golang.org/x/net@v0.23.0 - runs: | FRAMEWORKS_VERSION=$(go list -f '{{ .Version }}' -m github.com/open-policy-agent/frameworks/constraint)