From 582d7efcfbe6f7034a518cbaa1ad4040077b45f2 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Thu, 10 Sep 2020 18:03:17 -0400 Subject: [PATCH] ci: pin Nomad master integration test to golang:1.14 Required by usage of t.Cleanup introduced in https://github.com/hashicorp/nomad/pull/8709 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7b9cca94c256..1bc5266a7ed0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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