update go 1.20

This commit is contained in:
koba1t
2023-05-29 00:32:39 +09:00
parent 0add0f95e2
commit 5b76aa9d2f
109 changed files with 949 additions and 889 deletions

View File

@@ -10,7 +10,7 @@
# To test it locally, run it in a goreleaser container:
#
# # Get build image from cloudbuild.yaml
# export GOLANG_IMAGE=golang:1.19
# export GOLANG_IMAGE=golang:1.20
#
# # Drop into a shell
# docker run -it --entrypoint=/bin/bash -v $(pwd):/go/src/github.com/kubernetes-sigs/kustomize -w /go/src/github.com/kubernetes-sigs/kustomize $GOLANG_IMAGE

View File

@@ -39,7 +39,7 @@ steps:
# Run goreleaser indirectly via a shell script
# to configure it properly.
- name: golang:1.19
- name: golang:1.20
entrypoint: /bin/bash
dir: myClone
secretEnv: ['GITHUB_TOKEN']