diff --git a/.circleci/config.yml b/.circleci/config.yml index 3169740f69..00e2b39e7a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,7 +95,7 @@ jobs: environment: - CIRCLECI_CLI_VERSION: 0.1.5546 - GO_TAGS: '' - - GO_VERSION: 1.13.7 + - GO_VERSION: 1.13.8 - GO111MODULE: 'off' - GOTESTSUM_VERSION: 0.3.3 test-ui: @@ -229,7 +229,7 @@ jobs: environment: - CIRCLECI_CLI_VERSION: 0.1.5546 - GO_TAGS: '' - - GO_VERSION: 1.13.7 + - GO_VERSION: 1.13.8 - GO111MODULE: 'off' - GOTESTSUM_VERSION: 0.3.3 test-go-race: @@ -302,7 +302,7 @@ jobs: environment: - CIRCLECI_CLI_VERSION: 0.1.5546 - GO_TAGS: '' - - GO_VERSION: 1.13.7 + - GO_VERSION: 1.13.8 - GO111MODULE: 'off' - GOTESTSUM_VERSION: 0.3.3 website-docker-image: @@ -456,7 +456,7 @@ workflows: # environment: # CIRCLECI_CLI_VERSION: 0.1.5546 # GO_TAGS: \"\" -# GO_VERSION: 1.13.7 +# GO_VERSION: 1.13.8 # GO111MODULE: \"off\" # GOTESTSUM_VERSION: 0.3.3 # machine: true diff --git a/.circleci/config/@config.yml b/.circleci/config/@config.yml index 2752d3ea7b..e2af41d80f 100644 --- a/.circleci/config/@config.yml +++ b/.circleci/config/@config.yml @@ -29,7 +29,7 @@ executors: environment: GO111MODULE: "off" CIRCLECI_CLI_VERSION: 0.1.5546 # Pin CircleCI CLI to patch version (ex: 1.2.3) - GO_VERSION: 1.13.7 # Pin Go to patch version (ex: 1.2.3) + GO_VERSION: 1.13.8 # Pin Go to patch version (ex: 1.2.3) GOTESTSUM_VERSION: 0.3.3 # Pin gotestsum to patch version (ex: 1.2.3) GO_TAGS: "" working_directory: /go/src/github.com/hashicorp/vault diff --git a/scripts/cross/Dockerfile b/scripts/cross/Dockerfile index 39ce548e52..64baaa1e12 100644 --- a/scripts/cross/Dockerfile +++ b/scripts/cross/Dockerfile @@ -21,7 +21,7 @@ RUN apt-get update -y && apt-get install -y -q nodejs yarn RUN rm -rf /var/lib/apt/lists/* -ENV GOVERSION 1.13.7 +ENV GOVERSION 1.13.8 RUN mkdir /goroot && mkdir /gopath RUN curl https://storage.googleapis.com/golang/go${GOVERSION}.linux-amd64.tar.gz \ | tar xvzf - -C /goroot --strip-components=1