Skip to content

Commit

Permalink
upgrade go (palantir#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
onursatici authored Nov 29, 2019
1 parent 9b83d5c commit c45ab2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ working_dir: &working_dir
darwin-linux-no-cgo: &darwin-linux-no-cgo
<<: *working_dir
docker:
- image: nmiyake/go:go-darwin-linux-no-cgo-1.11.2-java-8u181-t137
- image: palantirtechnologies/go:go-darwin-linux-no-cgo-1.13.4-java-11-t28
environment:
CGO_ENABLED: 0

# Standard Go image with Docker installed to allow execution of Docker operations.
go-docker: &go-docker
<<: *working_dir
docker:
- image: nmiyake/go:go-1.11.2-docker-17.06.0-ce-t137
- image: palantirtechnologies/go:go-1.13.4-docker-17.12.1-ce-t28

# Operations for saving and loading gödel cache, which contains all of the plugin and asset executables. Cache is keyed
# on checksum of godelw and godel/config/godel.yml, as the content of these files should be enough to identify the
Expand Down

0 comments on commit c45ab2f

Please sign in to comment.