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

Commit 3d8a76d

Browse files
committed
Fix Go version
1 parent 3414be0 commit 3d8a76d

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)