Skip to content

Commit

Permalink
Excavator: Update godel to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Jan 29, 2025
1 parent b9e479f commit f694386
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions godel/config/godel.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
distributionURL=https://github.com/palantir/godel/releases/download/v2.122.0/godel-2.122.0.tgz
distributionSHA256=f5a47a2a9eac323129e6b06621e2c0eb5f7b752e1f7335339520f1860eed894e
distributionURL=https://github.com/palantir/godel/releases/download/v2.124.0/godel-2.124.0.tgz
distributionSHA256=85ba085ab6b2446c729b799e6d57c6a218e24977314d8a18c55d460599fe0e05
10 changes: 5 additions & 5 deletions godelw
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
set -euo pipefail

# Version and checksums for godel. Values are populated by the godel "dist" task.
VERSION=2.122.0
DARWIN_AMD64_CHECKSUM=b0b8452be8461edce6ab75163f7cf86fdbce88525b3641a40791dbe15c5fe649
DARWIN_ARM64_CHECKSUM=b5ae234f2d3387e2d9e284f6813a82d82fbf78dd48b803456b1b68f393d2e1a0
LINUX_AMD64_CHECKSUM=f5550b4bb84c9daacb6ce81caff2eff765018e68e3ba48d6d405fabee9c20e17
LINUX_ARM64_CHECKSUM=d499f4a7d842fa8481f11e0d1c17e06d60a99793a604a5c1c594197e0ae2d812
VERSION=2.124.0
DARWIN_AMD64_CHECKSUM=a3a721a05841dec48aa08fa7f6e468625ef847413bbfddfd336504dbb3415d63
DARWIN_ARM64_CHECKSUM=82feefde68f43b6b15e7fb92ff87037c3a6aea445a14e7443d95d017e5518ae1
LINUX_AMD64_CHECKSUM=6bba75f82b250445a0fe269040a145d64cc05debf48f62c45ba3478d8e9335ee
LINUX_ARM64_CHECKSUM=30f6eef578e581ad90a72b6a94119bb1aea05fcc9e60c39330ff247e398992aa

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

0 comments on commit f694386

Please sign in to comment.