diff --git a/.circleci/config.yml b/.circleci/config.yml index 8e1ca59e0f14..76fdf280176d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: working_directory: ~/go/src/github.com/hashicorp/nomad environment: - GIT_PAGER: cat - - GOLANG_VERSION: 1.12.15 + - GOLANG_VERSION: 1.12.16 - GOMAXPROCS: 1 - GOPATH: /home/circleci/go - GOTESTSUM_JUNITFILE: /tmp/test-reports/results.xml @@ -86,7 +86,7 @@ jobs: working_directory: ~/go/src/github.com/hashicorp/nomad environment: - GIT_PAGER: cat - - GOLANG_VERSION: 1.12.15 + - GOLANG_VERSION: 1.12.16 - GOMAXPROCS: 1 - GOPATH: /home/circleci/go - GOTESTSUM_JUNITFILE: /tmp/test-reports/results.xml @@ -162,7 +162,7 @@ jobs: working_directory: ~/go/src/github.com/hashicorp/nomad environment: - GIT_PAGER: cat - - GOLANG_VERSION: 1.12.15 + - GOLANG_VERSION: 1.12.16 - GOMAXPROCS: 1 - GOPATH: /home/circleci/go - GOTESTSUM_JUNITFILE: /tmp/test-reports/results.xml @@ -238,7 +238,7 @@ jobs: working_directory: ~/go/src/github.com/hashicorp/nomad environment: - GIT_PAGER: cat - - GOLANG_VERSION: 1.12.15 + - GOLANG_VERSION: 1.12.16 - GOMAXPROCS: 1 - GOPATH: /home/circleci/go - GOTESTSUM_JUNITFILE: /tmp/test-reports/results.xml @@ -314,7 +314,7 @@ jobs: working_directory: ~/go/src/github.com/hashicorp/nomad environment: - GIT_PAGER: cat - - GOLANG_VERSION: 1.12.15 + - GOLANG_VERSION: 1.12.16 - GOMAXPROCS: 1 - GOPATH: /home/circleci/go - GOTESTSUM_JUNITFILE: /tmp/test-reports/results.xml @@ -413,7 +413,7 @@ jobs: name: Ember tests lint-go: docker: - - image: golang:1.12.15 + - image: golang:1.12.16 working_directory: /go/src/github.com/hashicorp/nomad steps: - checkout @@ -471,7 +471,7 @@ jobs: working_directory: ~/go/src/github.com/hashicorp/nomad environment: - GIT_PAGER: cat - - GOLANG_VERSION: 1.12.15 + - GOLANG_VERSION: 1.12.16 - GOMAXPROCS: 1 - GOPATH: /home/circleci/go - GOTESTSUM_JUNITFILE: /tmp/test-reports/results.xml @@ -543,7 +543,7 @@ jobs: path: /tmp/test-reports test-devices: docker: - - image: golang:1.12.15 + - image: golang:1.12.16 working_directory: /go/src/github.com/hashicorp/nomad environment: - GIT_PAGER: cat @@ -610,7 +610,7 @@ jobs: command: make test-website environment: - GIT_PAGER: cat - - GOLANG_VERSION: 1.12.15 + - GOLANG_VERSION: 1.12.16 - GOMAXPROCS: 1 - GOPATH: /home/circleci/go - GOTESTSUM_JUNITFILE: /tmp/test-reports/results.xml @@ -622,7 +622,7 @@ jobs: working_directory: ~/go/src/github.com/hashicorp/nomad environment: - GIT_PAGER: cat - - GOLANG_VERSION: 1.12.15 + - GOLANG_VERSION: 1.12.16 - GOMAXPROCS: 1 - GOPATH: /home/circleci/go - GOTESTSUM_JUNITFILE: /tmp/test-reports/results.xml @@ -694,7 +694,7 @@ jobs: path: /tmp/test-reports build-binaries: docker: - - image: golang:1.12.15 + - image: golang:1.12.16 working_directory: /go/src/github.com/hashicorp/nomad environment: - GIT_PAGER: cat @@ -727,7 +727,7 @@ jobs: path: pkg/linux_amd64.zip test-e2e: docker: - - image: golang:1.12.15 + - image: golang:1.12.16 working_directory: /go/src/github.com/hashicorp/nomad steps: - checkout @@ -758,7 +758,7 @@ jobs: working_directory: ~/go/src/github.com/hashicorp/nomad environment: - GIT_PAGER: cat - - GOLANG_VERSION: 1.12.15 + - GOLANG_VERSION: 1.12.16 - GOMAXPROCS: 1 - GOPATH: /home/circleci/go - GOTESTSUM_JUNITFILE: /tmp/test-reports/results.xml diff --git a/.circleci/config/config.yml b/.circleci/config/config.yml index e3849f127986..b7046d0b7323 100644 --- a/.circleci/config/config.yml +++ b/.circleci/config/config.yml @@ -21,7 +21,7 @@ executors: go: working_directory: /go/src/github.com/hashicorp/nomad docker: - - image: golang:1.12.15 + - image: golang:1.12.16 environment: <<: *common_envs GOPATH: /go @@ -33,7 +33,7 @@ executors: environment: &machine_env <<: *common_envs GOPATH: /home/circleci/go - GOLANG_VERSION: 1.12.15 + GOLANG_VERSION: 1.12.16 # uses a more recent image with unattended upgrades disabled properly # but seems to break docker builds diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e61f029d0f..dbd9ba556be3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ FEATURES: IMPROVEMENTS: -* build: Updated to Go 1.12.15 [[GH-6950](https://github.com/hashicorp/nomad/issues/6950)] +* build: Updated to Go 1.12.16 [[GH-7009](https://github.com/hashicorp/nomad/issues/7009)] * cli: Added option to change the name of the file created by the `nomad init` command [[GH-6520]](https://github.com/hashicorp/nomad/pull/6520) * cli: Included namespace in output when querying job stauts. [[GH-6912](https://github.com/hashicorp/nomad/issues/6912)] * scheduler: Removed penalty for allocation's previous node if the allocation did not fail. [[GH-6781](https://github.com/hashicorp/nomad/issues/6781)] diff --git a/README.md b/README.md index 8f272caa1b4d..37657a2a1fbf 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Who Uses Nomad Contributing to Nomad -------------------- -If you wish to contribute to Nomad, you will need [Go](https://www.golang.org) installed on your machine (version 1.12.15+ is *required*, and `gcc-go` is not supported). +If you wish to contribute to Nomad, you will need [Go](https://www.golang.org) installed on your machine (version 1.12.16+ is *required*, and `gcc-go` is not supported). See the [`contributing`](contributing/) directory for more developer documentation. diff --git a/appveyor.yml b/appveyor.yml index ac2c7f56b1f1..84c083d74358 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ install: # install the go version used for cutting a release - cmd: | mkdir c:\go - appveyor DownloadFile "https://dl.google.com/go/go1.12.15.windows-amd64.zip" -FileName "%TEMP%\\go.zip" + appveyor DownloadFile "https://dl.google.com/go/go1.12.16.windows-amd64.zip" -FileName "%TEMP%\\go.zip" - ps: Expand-Archive $Env:TEMP\go.zip -DestinationPath C:\ diff --git a/scripts/release/mac-remote-build b/scripts/release/mac-remote-build index beb66d55b86a..6f945513e271 100755 --- a/scripts/release/mac-remote-build +++ b/scripts/release/mac-remote-build @@ -56,7 +56,7 @@ REPO_PATH="${TMP_WORKSPACE}/gopath/src/github.com/hashicorp/nomad" mkdir -p "${TMP_WORKSPACE}/tmp" install_go() { - local go_version="1.12.15" + local go_version="1.12.16" local download= download="https://storage.googleapis.com/golang/go${go_version}.darwin-amd64.tar.gz" diff --git a/scripts/vagrant-linux-priv-go.sh b/scripts/vagrant-linux-priv-go.sh index 2cfcf6afa28d..54d5717e6262 100755 --- a/scripts/vagrant-linux-priv-go.sh +++ b/scripts/vagrant-linux-priv-go.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash function install_go() { - local go_version="1.12.15" + local go_version="1.12.16" local download= download="https://storage.googleapis.com/golang/go${go_version}.linux-amd64.tar.gz"