Skip to content

Commit bd77f0d

Browse files
authored
Merge pull request #737 from ahmedtd/bump-go
Bump Go version to 1.22.4 (CVE-2024-24790)
2 parents fca628c + c369aba commit bd77f0d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
55

66
http_archive(
77
name = "io_bazel_rules_go",
8-
integrity = "sha256-fHbWI2so/2laoozzX5XeMXqUcv0fsUrHl8m/aE8Js3w=",
8+
sha256 = "b2038e2de2cace18f032249cb4bb0048abf583a36369fa98f687af1b3f880b26",
99
urls = [
10-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.44.2/rules_go-v0.44.2.zip",
11-
"https://github.com/bazelbuild/rules_go/releases/download/v0.44.2/rules_go-v0.44.2.zip",
10+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.48.1/rules_go-v0.48.1.zip",
11+
"https://github.com/bazelbuild/rules_go/releases/download/v0.48.1/rules_go-v0.48.1.zip",
1212
],
1313
)
1414

@@ -48,7 +48,7 @@ go_rules_dependencies()
4848

4949
go_download_sdk(
5050
name = "go_sdk",
51-
version = "1.21.7",
51+
version = "1.22.4",
5252
)
5353

5454
go_register_toolchains()

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.22.2'
7+
- name: 'golang:1.22.4'
88
env:
99
- IMAGE_REPO=${_IMAGE_REPO}
1010
- IMAGE_TAG=${_PULL_BASE_REF}

0 commit comments

Comments
 (0)