Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit ba89b6d

Browse files
authored
Merge pull request #265 from adrianludwin/fix-build
Fix Go version [v1.1]
2 parents 3414be0 + 3d8a76d commit ba89b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
echo Checking out $_HNC_IMG_TAG
1616
git checkout $_HNC_IMG_TAG
1717
# Build the manifests and the kubectl plugin
18-
- name: golang:1.17
18+
- name: golang:1.20
1919
entrypoint: 'bash'
2020
args:
2121
- '-c'

0 commit comments

Comments
 (0)