Skip to content

Commit

Permalink
Update build pipeline to golang 1.17.8
Browse files Browse the repository at this point in the history
Pin the ko image used to build pipeline to a version with golang
1.17.8.

Signed-off-by: Andrea Frittoli <[email protected]>
  • Loading branch information
afrittoli authored and tekton-robot committed Mar 22, 2022
1 parent e055233 commit 7f53bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
cp ${DOCKER_CONFIG} /workspace/docker-config.json
- name: create-ko-yaml
image: golang:1.17.7
image: golang:1.17.8
script: |
#!/bin/sh
set -ex
Expand Down Expand Up @@ -116,7 +116,7 @@ spec:
cat ${PROJECT_ROOT}/.ko.yaml
- name: run-ko
image: gcr.io/tekton-releases/dogfooding/ko@sha256:ec55b9dd6c7af2b237cc7c38a974cc42212d53a026ee2a84f685f02c471c6c9e
image: gcr.io/tekton-releases/dogfooding/ko@sha256:017286320827046fbdfc5e072faf4603d85287609a17ab1827f1210ac9edfc72
env:
- name: KO_DOCKER_REPO
value: $(params.imageRegistry)/$(params.imageRegistryPath)
Expand Down

0 comments on commit 7f53bd2

Please sign in to comment.