File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ go_rules_dependencies()
47
47
48
48
go_download_sdk (
49
49
name = "go_sdk" ,
50
- version = "1.20.10 " ,
50
+ version = "1.20.12 " ,
51
51
)
52
52
53
53
go_register_toolchains ()
@@ -77,11 +77,12 @@ container_pull(
77
77
78
78
container_pull (
79
79
name = "go-runner" ,
80
- digest = "sha256:b564abe1d4bd3a7e227971530fbc8e3906671c94350706df5244c1deb6edcef4" ,
80
+ # this digest is actually go-runner-amd64
81
+ digest = "sha256:ff9d9b20255f11611cdcaf3ccd6f395ce2fa02a78c546ec93b4e06eb77359d46" ,
81
82
registry = "registry.k8s.io" ,
82
83
repository = "build-image/go-runner" ,
83
84
# '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" ,
85
86
)
86
87
87
88
load ("@bazel_gazelle//:deps.bzl" , "gazelle_dependencies" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ timeout: 3600s
4
4
options :
5
5
substitution_option : ALLOW_LOOSE
6
6
steps :
7
- - name : ' golang:1.20.10 '
7
+ - name : ' golang:1.20.12 '
8
8
env :
9
9
- IMAGE_REPO=${_IMAGE_REPO}
10
10
- IMAGE_TAG=${_PULL_BASE_REF}
You can’t perform that action at this time.
0 commit comments