Skip to content

Commit

Permalink
Merge pull request #265 from adrianludwin/fix-build
Browse files Browse the repository at this point in the history
Fix Go version [v1.1]
  • Loading branch information
k8s-ci-robot authored Feb 24, 2023
2 parents 3414be0 + 3d8a76d commit ba89b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
echo Checking out $_HNC_IMG_TAG
git checkout $_HNC_IMG_TAG
# Build the manifests and the kubectl plugin
- name: golang:1.17
- name: golang:1.20
entrypoint: 'bash'
args:
- '-c'
Expand Down

0 comments on commit ba89b6d

Please sign in to comment.