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 534fffb commit d3eefa3
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 @@ -440,7 +440,7 @@ jobs:
# run integration tests on nomad/master
nomad-integration-master:
docker:
- image: *GOLANG_IMAGE
- image: circleci/golang:1.14
environment:
<<: *ENVIRONMENT
NOMAD_WORKING_DIR: /go/src/github.com/hashicorp/nomad
Expand Down

0 comments on commit d3eefa3

Please sign in to comment.