Skip to content

Commit 8dbcd02

Browse files
Excavator: Update godel to latest version (#327)
1 parent 27908c8 commit 8dbcd02

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.121.0/godel-2.121.0.tgz
2-
distributionSHA256=63602a0bb7059786a11fe932812d27e08a5ab0d83cd1839ca8a510de2843a422
1+
distributionURL=https://github.com/palantir/godel/releases/download/v2.122.0/godel-2.122.0.tgz
2+
distributionSHA256=f5a47a2a9eac323129e6b06621e2c0eb5f7b752e1f7335339520f1860eed894e

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.121.0
7-
DARWIN_AMD64_CHECKSUM=521546ec4353ce1186cd221f5802d2739c606613e88e5b1ddbc160fd94d1e312
8-
DARWIN_ARM64_CHECKSUM=03e33e934d5c3ed14eb4a9b553c81d81983ed2e43560f3b415954d7487a631a8
9-
LINUX_AMD64_CHECKSUM=683901807c099f3cd1396bfab3f0215eee89e33d8e0c139baf3083f94bde109d
10-
LINUX_ARM64_CHECKSUM=6452285520675f34508d5cd800bed149ab275a1c4c3838c6e60050ee47ef4256
6+
VERSION=2.122.0
7+
DARWIN_AMD64_CHECKSUM=b0b8452be8461edce6ab75163f7cf86fdbce88525b3641a40791dbe15c5fe649
8+
DARWIN_ARM64_CHECKSUM=b5ae234f2d3387e2d9e284f6813a82d82fbf78dd48b803456b1b68f393d2e1a0
9+
LINUX_AMD64_CHECKSUM=f5550b4bb84c9daacb6ce81caff2eff765018e68e3ba48d6d405fabee9c20e17
10+
LINUX_ARM64_CHECKSUM=d499f4a7d842fa8481f11e0d1c17e06d60a99793a604a5c1c594197e0ae2d812
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)