Skip to content

Commit 473f095

Browse files
Excavator: Update godel to latest version (#343)
1 parent 7c9f9ae commit 473f095

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.84.0/godel-2.84.0.tgz
2-
distributionSHA256=8f8935ca249cdf0176053a715df159e1ebe4da42e753e6d43b75d5b4dae3ab31
1+
distributionURL=https://github.com/palantir/godel/releases/download/v2.87.0/godel-2.87.0.tgz
2+
distributionSHA256=7cdf78cb2c314e1b0a6251d9484208a0515a749a1317f71d7aa7e675fa4c3b6b

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.84.0
7-
DARWIN_AMD64_CHECKSUM=580b0e32d958a87baf136d0477880322c26f39606b06d4f6a84fb1bd0c27913e
8-
DARWIN_ARM64_CHECKSUM=cc9bdff9be0e5ef334241b75064a69a6cea3486a62d2661b766c5a085124df05
9-
LINUX_AMD64_CHECKSUM=d8dd5df054015e120b8c6a000856f35eefea4201b730436be9b9e0d15cea6c36
10-
LINUX_ARM64_CHECKSUM=c7612d0a7af18d4c2af9c67592a7ac03544ee4a11ccf053cb905c7a350255429
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
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)