Skip to content

Commit

Permalink
ci: pin Nomad master integration test to golang:1.14
Browse files Browse the repository at this point in the history
Required by usage of t.Cleanup introduced in hashicorp/nomad#8709
  • Loading branch information
mikemorris committed Sep 10, 2020
1 parent 0653ec2 commit e1b4afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ jobs:
# run integration tests on nomad/master
nomad-integration-master:
docker:
- image: circleci/golang:1.13 # nomad uses -trimpath which was introduced in Go 1.13
- image: circleci/golang:1.14
environment:
<<: *ENVIRONMENT
NOMAD_WORKING_DIR: /go/src/github.com/hashicorp/nomad
Expand Down

0 comments on commit e1b4afd

Please sign in to comment.