Skip to content

Commit

Permalink
Excavator: Update godel to latest version (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Jun 9, 2024
1 parent 418f6de commit 39471db
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.106.0/godel-2.106.0.tgz
distributionSHA256=5602d5e17a9370bed8a24a131b377ced6f3b44858250979e8f996c8ec38d7d4e
distributionURL=https://github.com/palantir/godel/releases/download/v2.107.0/godel-2.107.0.tgz
distributionSHA256=fc0ffa3931d55928d47509a93664442f4a6e5b5742506bbbc87ed7f0f70e392c
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.106.0
DARWIN_AMD64_CHECKSUM=65eae013a46a05743ff95a5164d3d9974fd58ad634f30ed7ae147405ce8635e7
DARWIN_ARM64_CHECKSUM=02cb7ddf2ea32402a5441230c60fa5ee7a70f58b93ee2fd76cc965d1486eb9b5
LINUX_AMD64_CHECKSUM=9dbf94144174aa8c9b2e138950652a0697806514be096cf25a7ca3c69ea05847
LINUX_ARM64_CHECKSUM=be7d0f39e0073161c29b1d15a582736fd9e7e56ec0ebaa1b0375e58be7e1a662
VERSION=2.107.0
DARWIN_AMD64_CHECKSUM=6d89e111c99ef4ad45d9e7f87e04d87fc01ad37e4e78bb2bb4b30957119fc197
DARWIN_ARM64_CHECKSUM=241cdd309656845b0495608f5e381f446f094b0a5ba990f707b2cae45686dc53
LINUX_AMD64_CHECKSUM=76005ef6425114252680d942658e5d323026021f08a5074f09e8a8adc94508a0
LINUX_ARM64_CHECKSUM=13a7a4d2b7c5af73a33db5d048d559247fc20e861cf01656c494443362c181d1

# 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 39471db

Please sign in to comment.