Skip to content

Commit

Permalink
Backport of ci: nomad main is now on go 1.18 into release/1.10.x (#13330
Browse files Browse the repository at this point in the history
)

Backport of #13329 to 1.10.x
  • Loading branch information
hc-github-team-consul-core authored Jun 1, 2022
1 parent 7c4ca87 commit da49d7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -505,17 +505,17 @@ jobs:
# Run integration tests on nomad/v0.8.7
nomad-integration-0_8:
docker:
- image: docker.mirror.hashicorp.services/circleci/golang:1.10
- image: docker.mirror.hashicorp.services/cimg/go:1.10
environment:
<<: *ENVIRONMENT
NOMAD_WORKING_DIR: &NOMAD_WORKING_DIR /go/src/github.com/hashicorp/nomad
NOMAD_WORKING_DIR: &NOMAD_WORKING_DIR /home/circleci/go/src/github.com/hashicorp/nomad
NOMAD_VERSION: v0.8.7
steps: &NOMAD_INTEGRATION_TEST_STEPS
- run: git clone https://github.com/hashicorp/nomad.git --branch ${NOMAD_VERSION} ${NOMAD_WORKING_DIR}

# get consul binary
- attach_workspace:
at: /go/bin
at: /home/circleci/go/bin

# make dev build of nomad
- run:
Expand Down Expand Up @@ -545,10 +545,10 @@ jobs:
# run integration tests on nomad/main
nomad-integration-main:
docker:
- image: docker.mirror.hashicorp.services/circleci/golang:1.17
- image: docker.mirror.hashicorp.services/cimg/go:1.18
environment:
<<: *ENVIRONMENT
NOMAD_WORKING_DIR: /go/src/github.com/hashicorp/nomad
NOMAD_WORKING_DIR: /home/circleci/go/src/github.com/hashicorp/nomad
NOMAD_VERSION: main
steps: *NOMAD_INTEGRATION_TEST_STEPS

Expand Down

0 comments on commit da49d7e

Please sign in to comment.