Skip to content

Commit

Permalink
changes reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
kedar-calsoftinc committed Oct 19, 2023
1 parent 0509114 commit 4c9efa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c9efa8

Please sign in to comment.