Skip to content

Commit 7ad9437

Browse files
Excavator: Update godel to latest version (#308)
1 parent 0d0cfdb commit 7ad9437

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.77.0/godel-2.77.0.tgz
2-
distributionSHA256=fb42dd87733afd6cc6df364459a6e9f7af87838ce5dec4c5041af3a86768c5df
1+
distributionURL=https://github.com/palantir/godel/releases/download/v2.79.0/godel-2.79.0.tgz
2+
distributionSHA256=3253d7322a410d142067b04720e7be8d339a4c6ace279c2fc67761609c66b758

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.77.0
7-
DARWIN_AMD64_CHECKSUM=66fc342dc70dbd22d80bcb96403e66acdd6f573e48a440ba08fe855cad10c779
8-
DARWIN_ARM64_CHECKSUM=b728d58ab24e8b26f00dbe0efb055c614df68cf5ac56b218f291e63878c00378
9-
LINUX_AMD64_CHECKSUM=d172c78de0debaef01814ea0bc3af5fc959a1ae7d31f828ff5719c0fdb6fce27
10-
LINUX_ARM64_CHECKSUM=f9baf3fa645e6997ce9473a03218afc9d67a1daf575deaa66d3404d1494c618d
6+
VERSION=2.79.0
7+
DARWIN_AMD64_CHECKSUM=573e8539149508fcb2898bb3e9d200bfde36cf77097e8647afc458810338032f
8+
DARWIN_ARM64_CHECKSUM=292ad483f7884f556afc664eba9918643752a294d038b9cc81a879482240770b
9+
LINUX_AMD64_CHECKSUM=6323131550a0f6eb941298c9a90af2094cabca4ae99494f69611cbc11ba00fe1
10+
LINUX_ARM64_CHECKSUM=2b377bc539d418f7b40744c9a0322fc8062a0ba4bb07d2275713826c6e59af07
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)