Skip to content

Commit

Permalink
tekton: using golang 1.18.7 on release publish tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Oct 11, 2022
1 parent 6a67d99 commit db644e1
Showing 1 changed file with 1 addition and 1 deletion.
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: create-ko-yaml
image: golang:1.17.8
image: golang:1.18.7
script: |
#!/bin/sh
set -ex
Expand Down

0 comments on commit db644e1

Please sign in to comment.