Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excavator: Update godel to latest version #103

Merged
merged 1 commit into from
Jan 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.40.0/godel-2.40.0.tgz
distributionSHA256=c1fa3546037ded659223984fd6dabbb17061f9fd2186a34feca01f3ab2e150ca
distributionURL=https://github.com/palantir/godel/releases/download/v2.43.0/godel-2.43.0.tgz
distributionSHA256=91e1c0073b4a1db240cd6e927be023010ae326aff9974c8f6f934fd9b622df04
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.40.0
DARWIN_AMD64_CHECKSUM=c0ddf9c67b8bbad9bb362687f79437ca1bf9e9076bc36b212d1be2b659bf23bd
DARWIN_ARM64_CHECKSUM=2de3ff5e61ebba985e2ab80fbc4ca0add0db34cac5fa4b7776c1b50d1e53463b
LINUX_AMD64_CHECKSUM=d489cd497218e68a5bd26ad6efa73ff6775e94b653b232585061ad07efdbd684
LINUX_ARM64_CHECKSUM=c1e03926e7f032e895b25e320f490c3ea696e505b44b27cb5b9014bcd24c4d16
VERSION=2.43.0
DARWIN_AMD64_CHECKSUM=3b96bd688e2118538e1a3a358c8e9d98a2469b5c9040cdf2e321c31d8a2bda9a
DARWIN_ARM64_CHECKSUM=4338bdb3be3b25d6a15b87f8093cb95fb6d4f9977b71079760ec9be187e75036
LINUX_AMD64_CHECKSUM=1d23f38dcddaca1dd5b31f3593b5c2726aaaaed45f099c05e90b96c3c94fea1f
LINUX_ARM64_CHECKSUM=847e77362b06b57884bafa1fea9342369abb92a951928a4cd5fffd1d98535a83

# 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
1 change: 1 addition & 0 deletions tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build tools
// +build tools

package tools
Expand Down