From cab0a0a6b30ad21506b142d338488e8ffa0ee6ae Mon Sep 17 00:00:00 2001 From: Dzmitry Hil Date: Mon, 12 Aug 2024 13:28:43 +0300 Subject: [PATCH 1/2] Set correct hash for `1.22.4` version. --- build/tools/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/tools.go b/build/tools/tools.go index 14a4a85c..32d78e01 100644 --- a/build/tools/tools.go +++ b/build/tools/tools.go @@ -75,7 +75,7 @@ var tools = []Tool{ }, TargetPlatformDarwinARM64: { URL: "https://go.dev/dl/go1.22.4.darwin-arm64.tar.gz", - Hash: "sha256:4036c88faf57a6b096916f1827edcdbf5290a47cc5f59956e88cdd9b1b71088c", + Hash: "sha256:242b78dc4c8f3d5435d28a0d2cec9b4c1aa999b601fb8aa59fb4e5a1364bf827", }, }, Binaries: map[string]string{ From ce14f624b852cb81194b304c32954efbcdc7e41e Mon Sep 17 00:00:00 2001 From: Dzmitry Hil Date: Mon, 12 Aug 2024 14:25:50 +0300 Subject: [PATCH 2/2] Update darwin AMD64 go hash --- build/tools/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/tools.go b/build/tools/tools.go index 32d78e01..bc7c8286 100644 --- a/build/tools/tools.go +++ b/build/tools/tools.go @@ -71,7 +71,7 @@ var tools = []Tool{ }, TargetPlatformDarwinAMD64: { URL: "https://go.dev/dl/go1.22.4.darwin-amd64.tar.gz", - Hash: "sha256:7788f40f3a46f201df1dc46ca640403eb535d5513fc33449164a90dbd229b761", + Hash: "sha256:c95967f50aa4ace34af0c236cbdb49a9a3e80ee2ad09d85775cb4462a5c19ed3", }, TargetPlatformDarwinARM64: { URL: "https://go.dev/dl/go1.22.4.darwin-arm64.tar.gz",