Skip to content

Commit 0c00993

Browse files
Excavator: Update godel to latest version (#347)
1 parent 473f095 commit 0c00993

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

godel/config/godel.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
distributionURL=https://github.com/palantir/godel/releases/download/v2.87.0/godel-2.87.0.tgz
2-
distributionSHA256=7cdf78cb2c314e1b0a6251d9484208a0515a749a1317f71d7aa7e675fa4c3b6b
1+
distributionURL=https://github.com/palantir/godel/releases/download/v2.88.0/godel-2.88.0.tgz
2+
distributionSHA256=46e67934455c5f9d1733104eac34a723d1488b9713b647ec0898991b2e6a6398

godelw

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
set -euo pipefail
44

55
# Version and checksums for godel. Values are populated by the godel "dist" task.
6-
VERSION=2.87.0
7-
DARWIN_AMD64_CHECKSUM=43c17617267ecfca49919bc3c33ebb057e1bb625581879c53feea603df1ab0de
8-
DARWIN_ARM64_CHECKSUM=8d94be89c4ed23a11b8a6514e3a41fc9d0b4e7c0e30b3adc6f4829ed803bb4de
9-
LINUX_AMD64_CHECKSUM=46e7c6b91d6088f8a49898073791e39f881f73461aed482eb4fc1fa45108e3cb
10-
LINUX_ARM64_CHECKSUM=c9f1ebc4dd5ce6e4d9868051426de03a45d5fef33111fe820ea589e23043a157
6+
VERSION=2.88.0
7+
DARWIN_AMD64_CHECKSUM=2a53177f31d351760d26f597e4dafa34b5dfa07c2089abc7fa67767759d220fd
8+
DARWIN_ARM64_CHECKSUM=25e15f3f7b9d4b22b203917069b96ddab281326caa6f33559ab70e11892fc267
9+
LINUX_AMD64_CHECKSUM=fe57c18bf4afb39514a74fbc0d043b4c1dec798c6c96d8e134c7400f3b356982
10+
LINUX_ARM64_CHECKSUM=2793d5e81e4f9cda34075dc6cb6a7ecd42e3b5e0e8935e5ea31edbd4fc2c5241
1111

1212
# Downloads file at URL to destination path using wget or curl. Prints an error and exits if wget or curl is not present.
1313
function download {

0 commit comments

Comments
 (0)