Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ko image to latest with Go 1.19 #1541

Merged
merged 1 commit into from
Mar 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
cp ${DOCKER_CONFIG} /workspace/docker-config.json

- name: run-ko
image: gcr.io/tekton-releases/dogfooding/ko@sha256:5452d2cca5f5190848296c27c0ff656f80783dd81a0a75aa6052f57319eefb7b
image: gcr.io/tekton-releases/dogfooding/ko@sha256:e12270ad72c84638e2d113c27b4d71efe2973dc56e78269fcc2ccd859163e17d
env:
- name: KO_DOCKER_REPO
value: $(params.imageRegistry)/$(params.imageRegistryPath)
Expand Down