From 4c9efa8a5ae2040462b2db6223001366c28df705 Mon Sep 17 00:00:00 2001 From: "kedar.jamkhindikar@spectrocloud.com" <79581321+kedar-calsoftinc@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:40:15 +0530 Subject: [PATCH] changes reverted --- .github/workflows/govulncheck-pr-validation.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/govulncheck-pr-validation.yaml b/.github/workflows/govulncheck-pr-validation.yaml index 711dd704be1..cd35ada134e 100644 --- a/.github/workflows/govulncheck-pr-validation.yaml +++ b/.github/workflows/govulncheck-pr-validation.yaml @@ -9,7 +9,7 @@ jobs: govulncheck-pr-scan: runs-on: ubuntu-latest container: - image: gcr.io/spectro-images-public/golang:alpine + image: docker.io/library/golang:1.21.3 steps: - name: install-govulncheck run: GOBIN=/usr/local/bin go install golang.org/x/vuln/cmd/govulncheck@latest diff --git a/Makefile b/Makefile index aac7d91ad1a..849f773d1f7 100644 --- a/Makefile +++ b/Makefile @@ -350,7 +350,7 @@ delete-workload-cluster: ## Deletes the example workload Kubernetes cluster. .PHONY: docker-pull-prerequisites docker-pull-prerequisites: ## Pull prerequisites for building controller-manager. docker pull docker/dockerfile:1.4 - docker pull docker.io/library/golang:1.21.3 + docker pull docker.io/library/golang:1.17 docker pull gcr.io/distroless/static:latest .PHONY: docker-build