Skip to content
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
5 changes: 0 additions & 5 deletions godel/config/check-plugin.yml

This file was deleted.

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.137.0/godel-2.137.0.tgz
distributionSHA256=5c6c239e6c07c5bb997eae60c5fff5f599c2f4b054a3295113a32aa9a1e92224
distributionURL=https://github.com/palantir/godel/releases/download/v2.141.0/godel-2.141.0.tgz
distributionSHA256=9cfd6fb54d6495c639f94d0f2a026681dedaa89119d0cd7e49fface1ef950f68
Empty file.
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.137.0
DARWIN_AMD64_CHECKSUM=36b638ba570aadd36e786673ca53a47d1d5c2c32cb69747fdccaeb17eb4cfaa6
DARWIN_ARM64_CHECKSUM=f7b8b5f842b818b124b76416080847952a0e0a179ca743d618da49956e1a52da
LINUX_AMD64_CHECKSUM=837dec5b6222f2e12797819536c0333db40a573a452dd84c3af767be34bf2ebb
LINUX_ARM64_CHECKSUM=fab2aea38e211224c430132062cab4ac135c4e670126f41cdb2a548a173e6ec4
VERSION=2.141.0
DARWIN_AMD64_CHECKSUM=91eb5db24589b0003be55ed265abfead56c1203845ac3759085984f95850a3db
DARWIN_ARM64_CHECKSUM=0bdd5a6faa5b068cadd4fdd382b399ec945440bba5f9f99247e9f705b157c9ad
LINUX_AMD64_CHECKSUM=827741ae5b7da9479d211212699e789419e66ca63364846c759039aa6fd22f64
LINUX_ARM64_CHECKSUM=46fffb6e15d85dc9426ee70ed67088173a48007b8b5490b31bca6ada0bb49651

# 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