Skip to content

Commit 84ba721

Browse files
committed
Bump minor go versions. Upgrade chef bundled go version
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 7ab7ee2 commit 84ba721

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pl_go_overrides()
3333

3434
go_download_sdk(
3535
name = "go_sdk",
36-
version = "1.24.0",
36+
version = "1.24.4",
3737
)
3838

3939
go_rules_dependencies()
@@ -238,7 +238,7 @@ go_download_sdk(
238238

239239
go_download_sdk(
240240
name = "go_sdk_1_23",
241-
version = "1.23.6",
241+
version = "1.23.10",
242242
)
243243

244244
# The go_sdk_boringcrypto SDK is used for testing boringcrypto specific functionality (TLS tracing).
@@ -251,7 +251,7 @@ go_download_sdk(
251251
go_download_sdk(
252252
name = "go_sdk_boringcrypto",
253253
experiments = ["boringcrypto"],
254-
version = "1.23.5",
254+
version = "1.23.9",
255255
)
256256

257257
pip_parse(

docker.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DOCKER_IMAGE_TAG=202504142133
2-
LINTER_IMAGE_DIGEST=0129dd524203f95a25f4343ec4499919db4434752375624a4cdbd51d463acdaf
3-
DEV_IMAGE_DIGEST=f669bf0bc9db3ce03a48365a41e87de1a8e3e9be01bc5a1e10816412c671665e
4-
DEV_IMAGE_WITH_EXTRAS_DIGEST=65535207f2fb805d45bb7997cf0a71abbd756cf8763db02c57838f8ee18f0c66
1+
DOCKER_IMAGE_TAG=202506270326
2+
LINTER_IMAGE_DIGEST=05aeeb210dec4b5753e55376aef7df013bb136a3ad70524fa1dff24f832b5c4e
3+
DEV_IMAGE_DIGEST=f0a0c803733d6ad8c9104f745378ab9d7a95263a3f8882fc28f11c79c1200d1f
4+
DEV_IMAGE_WITH_EXTRAS_DIGEST=17c8ce9c4bd4dba40cdd6e40bdee726237336dbd6581deca864ebe9302cff569

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module px.dev/pixie
22

3-
go 1.24.0
3+
go 1.24.4
44

55
require (
66
cloud.google.com/go v0.81.0

tools/chef/cookbooks/px_dev/attributes/linux.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
'648b599397548e4bb92429eec6391374c2cbb0edb835e3b3f03d4281c011f401'
3434

3535
default['golang']['download_path'] =
36-
'https://go.dev/dl/go1.24.0.linux-amd64.tar.gz'
36+
'https://go.dev/dl/go1.24.4.linux-amd64.tar.gz'
3737
default['golang']['sha256'] =
38-
'dea9ca38a0b852a74e81c26134671af7c0fbe65d81b0dc1c5bfe22cf7d4c8858'
38+
'77e5da33bb72aeaef1ba4418b6fe511bc4d041873cbf82e5aa6318740df98717'
3939

4040
default['golangci-lint']['download_path'] =
4141
'https://github.com/golangci/golangci-lint/releases/download/v2.0.2/golangci-lint-2.0.2-linux-amd64.tar.gz'

tools/chef/cookbooks/px_dev/attributes/mac_os_x.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
'8d3709d957c7115610e764621569728be102d213fee15bc1d1aa9d465eb2c258'
3535

3636
default['golang']['download_path'] =
37-
'https://go.dev/dl/go1.24.0.darwin-amd64.tar.gz'
37+
'https://go.dev/dl/go1.24.4.darwin-amd64.tar.gz'
3838
default['golang']['sha256'] =
39-
'7af054e5088b68c24b3d6e135e5ca8d91bbd5a05cb7f7f0187367b3e6e9e05ee'
39+
'69bef555e114b4a2252452b6e7049afc31fbdf2d39790b669165e89525cd3f5c'
4040

4141
default['golangci-lint']['download_path'] =
4242
'https://github.com/golangci/golangci-lint/releases/download/v2.0.2/golangci-lint-2.0.2-darwin-amd64.tar.gz'

0 commit comments

Comments
 (0)