Skip to content

Commit 923c467

Browse files
committed
Update to latest Go minor versions. Update docker image with correct Go version
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent c42f8d3 commit 923c467

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

WORKSPACE

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

4242
go_download_sdk(
4343
name = "go_sdk",
44-
version = "1.25.5",
44+
version = "1.25.7",
4545
)
4646

4747
go_rules_dependencies()
@@ -221,7 +221,7 @@ gazelle_dependencies(go_sdk = "go_sdk")
221221

222222
go_download_sdk(
223223
name = "go_sdk_1_24",
224-
version = "1.24.11",
224+
version = "1.24.13",
225225
)
226226

227227
# The go_sdk_boringcrypto SDK is used for testing boringcrypto specific functionality (TLS tracing).
@@ -234,7 +234,7 @@ go_download_sdk(
234234
go_download_sdk(
235235
name = "go_sdk_boringcrypto",
236236
experiments = ["boringcrypto"],
237-
version = "1.24.10",
237+
version = "1.24.12",
238238
)
239239

240240
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=202512082352
2-
LINTER_IMAGE_DIGEST=441fc5a65697dab0b38627d5afde9e38da6812f1a5b98732b224161c23238e73
3-
DEV_IMAGE_DIGEST=cac2e8a1c3e70dde4e5089b2383b2e11cc022af467ee430c12416eb42066fbb7
4-
DEV_IMAGE_WITH_EXTRAS_DIGEST=e84f82d62540e1ca72650f8f7c9c4fe0b32b64a33f04cf0b913b9961527c9e30
1+
DOCKER_IMAGE_TAG=202602200429
2+
LINTER_IMAGE_DIGEST=78b2af6f23375e9b8f048d03c6cb1de139636104f31f8d5a0c7e7afaa12f2fae
3+
DEV_IMAGE_DIGEST=ca94c1abe72e89afed95ee1c6497604e5a65f36ac4f5221b9b19a890657c7f96
4+
DEV_IMAGE_WITH_EXTRAS_DIGEST=a0cf945bb588860f25229482503547ad1a390e7c42d91936cdaa79e2ee018b9f

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.6
3+
go 1.25.7
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.6.linux-amd64.tar.gz'
36+
'https://go.dev/dl/go1.25.7.linux-amd64.tar.gz'
3737
default['golang']['sha256'] =
38-
'bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712'
38+
'12e6d6a191091ae27dc31f6efc630e3a3b8ba409baf3573d955b196fdf086005'
3939

4040
default['golangci-lint']['download_path'] =
4141
'https://github.com/golangci/golangci-lint/releases/download/v2.3.1/golangci-lint-2.3.1-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.6.darwin-amd64.tar.gz'
37+
'https://go.dev/dl/go1.25.7.darwin-amd64.tar.gz'
3838
default['golang']['sha256'] =
39-
'4a8d7a32052f223e71faab424a69430455b27b3fff5f4e651f9d97c3e51a8746'
39+
'bf5050a2152f4053837b886e8d9640c829dbacbc3370f913351eb0904cb706f5'
4040

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

0 commit comments

Comments
 (0)