Skip to content

Commit 8e11c7d

Browse files
committed
bump golang to 1.20.5
Signed-off-by: cpanato <[email protected]>
1 parent 34de926 commit 8e11c7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/gcb-docker-gcloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ combination of `docker`, `gcloud`, and `go` all in the same build step
66
## contents
77

88
- base:
9-
- golang:1.20.3-alpine
9+
- golang:1.20.5-alpine
1010
- languages:
1111
- `go`
1212
- tools:

images/gcb-docker-gcloud/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
- gcr.io/$PROJECT_ID/gcb-docker-gcloud:latest
1515
substitutions:
1616
_GIT_TAG: '12345'
17-
_GO_VERSION: 1.20.3
17+
_GO_VERSION: 1.20.5
1818
images:
1919
- 'gcr.io/$PROJECT_ID/gcb-docker-gcloud:$_GIT_TAG'
2020
- 'gcr.io/$PROJECT_ID/gcb-docker-gcloud:latest'

0 commit comments

Comments
 (0)