Skip to content

Commit a489153

Browse files
Excavator: Updates godel version and migrates from okgo to golangci-lint (#482)
1 parent d91a00b commit a489153

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

godel/config/check-plugin.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.137.0/godel-2.137.0.tgz
2-
distributionSHA256=5c6c239e6c07c5bb997eae60c5fff5f599c2f4b054a3295113a32aa9a1e92224
1+
distributionURL=https://github.com/palantir/godel/releases/download/v2.141.0/godel-2.141.0.tgz
2+
distributionSHA256=9cfd6fb54d6495c639f94d0f2a026681dedaa89119d0cd7e49fface1ef950f68

godel/config/golangci-lint-plugin.yml

Whitespace-only changes.

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.137.0
7-
DARWIN_AMD64_CHECKSUM=36b638ba570aadd36e786673ca53a47d1d5c2c32cb69747fdccaeb17eb4cfaa6
8-
DARWIN_ARM64_CHECKSUM=f7b8b5f842b818b124b76416080847952a0e0a179ca743d618da49956e1a52da
9-
LINUX_AMD64_CHECKSUM=837dec5b6222f2e12797819536c0333db40a573a452dd84c3af767be34bf2ebb
10-
LINUX_ARM64_CHECKSUM=fab2aea38e211224c430132062cab4ac135c4e670126f41cdb2a548a173e6ec4
6+
VERSION=2.141.0
7+
DARWIN_AMD64_CHECKSUM=91eb5db24589b0003be55ed265abfead56c1203845ac3759085984f95850a3db
8+
DARWIN_ARM64_CHECKSUM=0bdd5a6faa5b068cadd4fdd382b399ec945440bba5f9f99247e9f705b157c9ad
9+
LINUX_AMD64_CHECKSUM=827741ae5b7da9479d211212699e789419e66ca63364846c759039aa6fd22f64
10+
LINUX_ARM64_CHECKSUM=46fffb6e15d85dc9426ee70ed67088173a48007b8b5490b31bca6ada0bb49651
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)