Skip to content

Commit

Permalink
Go 1.13.4 and godel 2.19.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwilkins authored Nov 7, 2019
1 parent c2dc746 commit 608be37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
docker-golang: &docker-golang
working_directory: /go/src/github.com/palantir/bouncer
docker:
- image: nmiyake/go:go-darwin-linux-no-cgo-1.11.4-t144
- image: palantirtechnologies/go:go-darwin-linux-no-cgo-1.13.4-t28

# Shared tasks
define-artifact-dir: &define-artifacts-dir
Expand Down
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://palantir.bintray.com/releases/com/palantir/godel/godel/2.17.0/godel-2.17.0.tgz
distributionSHA256=3e80cacce96d5ae590d497483359fcae4effe1e9c3811b0d3fa321acad146d3d
distributionURL=https://palantir.bintray.com/releases/com/palantir/godel/godel/2.19.0/godel-2.19.0.tgz
distributionSHA256=
6 changes: 3 additions & 3 deletions godelw
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
set -euo pipefail

# Version and checksums for godel. Values are populated by the godel "dist" task.
VERSION=2.17.0
DARWIN_CHECKSUM=d6294049b7edc3795d1d5517583f20c087422a8b8b52e8cbcc39ce2b575427ff
LINUX_CHECKSUM=23bca1ce55bd321686e06e0b6959ad8160ef1dfa9fe0a68a515e65d19401094d
VERSION=2.19.0
DARWIN_CHECKSUM=4a0e028d2bfa8a2ec9adf1e4578098954c0fac735c6bce3ee2fccd121602384b
LINUX_CHECKSUM=47a7832b770287cffca60bd7cfb12900f6384df915469a63acbf3aeb31d44ac0

# 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 608be37

Please sign in to comment.