Skip to content

Commit 398b1a1

Browse files
authored
Merge pull request #641 from PurelyApplied/go1.20.12-bump
Update to go1.20.12
2 parents 522e293 + 10360e7 commit 398b1a1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

WORKSPACE

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ go_rules_dependencies()
4747

4848
go_download_sdk(
4949
name = "go_sdk",
50-
version = "1.20.10",
50+
version = "1.20.12",
5151
)
5252

5353
go_register_toolchains()
@@ -77,11 +77,12 @@ container_pull(
7777

7878
container_pull(
7979
name = "go-runner",
80-
digest = "sha256:b564abe1d4bd3a7e227971530fbc8e3906671c94350706df5244c1deb6edcef4",
80+
# this digest is actually go-runner-amd64
81+
digest = "sha256:ff9d9b20255f11611cdcaf3ccd6f395ce2fa02a78c546ec93b4e06eb77359d46",
8182
registry = "registry.k8s.io",
8283
repository = "build-image/go-runner",
8384
# 'tag' is also supported, but digest is encouraged for reproducibility.
84-
tag = "v2.3.1-go1.20.4-bullseye.0",
85+
tag = "v2.3.1-go1.20.12-bullseye.0",
8586
)
8687

8788
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies")

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ timeout: 3600s
44
options:
55
substitution_option: ALLOW_LOOSE
66
steps:
7-
- name: 'golang:1.20.10'
7+
- name: 'golang:1.20.12'
88
env:
99
- IMAGE_REPO=${_IMAGE_REPO}
1010
- IMAGE_TAG=${_PULL_BASE_REF}

0 commit comments

Comments
 (0)