Skip to content

Commit 91e10a9

Browse files
svc-excavator-botasvoboda
authored andcommitted
Excavator: Update godel to latest version (#11)
* Excavator: Update godel to latest version * run godel format
1 parent 18a0cc3 commit 91e10a9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

githubapp/caching_client_creator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"fmt"
1919

2020
"github.com/google/go-github/github"
21-
"github.com/hashicorp/golang-lru"
21+
lru "github.com/hashicorp/golang-lru"
2222
"github.com/pkg/errors"
2323
"github.com/shurcooL/githubv4"
2424
)

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://palantir.bintray.com/releases/com/palantir/godel/godel/2.10.0/godel-2.10.0.tgz
2-
distributionSHA256=503074b9177d05152f3225a4bd8fa1516182f9c35d88796fbbdc975637e06c45
1+
distributionURL=https://palantir.bintray.com/releases/com/palantir/godel/godel/2.16.0/godel-2.16.0.tgz
2+
distributionSHA256=48b946ee2d55c64794e7b03eb64da6ff061f34a77350622f2bb6786932788d1a

godelw

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
set -euo pipefail
44

55
# Version and checksums for godel. Values are populated by the godel "dist" task.
6-
VERSION=2.10.0
7-
DARWIN_CHECKSUM=2f2d8a62e598f8a7784c92a0e6325251efa347d3550187a290ab72a9ed44917c
8-
LINUX_CHECKSUM=36f963816d8e06ab6f41711fd66a75706d3ddb376de4edef80e4fd09688c97f5
6+
VERSION=2.16.0
7+
DARWIN_CHECKSUM=71d997951823322fad1f87f6f634d5db0ab525c22ef5c7eb84091d822e6552a9
8+
LINUX_CHECKSUM=8bedeb60cc135304690799e6d375768bdc524d7d94a4bc5c1b9a89c86c5aa754
99

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

0 commit comments

Comments
 (0)