Skip to content

Commit dd44e81

Browse files
committed
Update docker images with new go version
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 6d9d709 commit dd44e81

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

docker.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DOCKER_IMAGE_TAG=202507242250
2-
LINTER_IMAGE_DIGEST=911f172364626f44efb61345517b5e7bb8c8ee8f065fcf3ba0a790ab1a88cdcb
3-
DEV_IMAGE_DIGEST=08fc759c2b45078214be313335b8c3c23200aea54b9609e8c42fe367762e6c7c
4-
DEV_IMAGE_WITH_EXTRAS_DIGEST=0ecefa696cfad238c432c2e213600263d00dda4ca4a427796f8fc16eb3d9bfc0
1+
DOCKER_IMAGE_TAG=202508081946
2+
LINTER_IMAGE_DIGEST=85a928e7607ef9c0c78f7aa421b04e328d5085bb1698bcf7eec1dcb6d609e3c8
3+
DEV_IMAGE_DIGEST=4a116347d80d330e978d57552a9a49258fd615912cd8f94398a2281bb7e362eb
4+
DEV_IMAGE_WITH_EXTRAS_DIGEST=5b60b6fa4a98265da41a8ec4ec363bf946fd1b5d7b977d46bd6c6d941e183816

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.4.linux-amd64.tar.gz'
36+
'https://go.dev/dl/go1.24.6.linux-amd64.tar.gz'
3737
default['golang']['sha256'] =
38-
'77e5da33bb72aeaef1ba4418b6fe511bc4d041873cbf82e5aa6318740df98717'
38+
'bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712'
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.4.darwin-amd64.tar.gz'
37+
'https://go.dev/dl/go1.24.6.darwin-amd64.tar.gz'
3838
default['golang']['sha256'] =
39-
'69bef555e114b4a2252452b6e7049afc31fbdf2d39790b669165e89525cd3f5c'
39+
'4a8d7a32052f223e71faab424a69430455b27b3fff5f4e651f9d97c3e51a8746'
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)