File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ executors:
80
80
go :
81
81
working_directory : /go/src/github.com/hashicorp/nomad
82
82
docker :
83
- - image : circleci/golang:1.12.9
83
+ - image : circleci/golang:1.12.10
84
84
go-machine :
85
85
working_directory : ~/go/src/github.com/hashicorp/nomad
86
86
machine :
@@ -299,7 +299,7 @@ commands:
299
299
parameters :
300
300
version :
301
301
type : string
302
- default : " 1.12.9 "
302
+ default : " 1.12.10 "
303
303
steps :
304
304
- run :
305
305
name : install golang << parameters.version >>
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Who Uses Nomad
140
140
Contributing to Nomad
141
141
--------------------
142
142
143
- If you wish to contribute to Nomad, you will need [ Go] ( https://www.golang.org ) installed on your machine (version 1.12.9 + is * required* ).
143
+ If you wish to contribute to Nomad, you will need [ Go] ( https://www.golang.org ) installed on your machine (version 1.12.10 + is * required* ).
144
144
145
145
See the [ ` contributing ` ] ( contributing/ ) directory for more developer documentation.
146
146
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ install:
23
23
cd %APPVEYOR_BUILD_FOLDER%
24
24
rmdir /Q/S C:\go
25
25
26
- # install go 1.12.9 to match version used for cutting a release
26
+ # install go 1.12.10 to match version used for cutting a release
27
27
- cmd : |
28
28
mkdir c:\go
29
- appveyor DownloadFile "https://dl.google.com/go/go1.12.9 .windows-amd64.zip" -FileName "%TEMP%\\go.zip"
29
+ appveyor DownloadFile "https://dl.google.com/go/go1.12.10 .windows-amd64.zip" -FileName "%TEMP%\\go.zip"
30
30
31
31
- ps : Expand-Archive $Env:TEMP\go.zip -DestinationPath C:\
32
32
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ REPO_PATH="${TMP_WORKSPACE}/gopath/src/github.com/hashicorp/nomad"
56
56
mkdir -p "${TMP_WORKSPACE}/tmp"
57
57
58
58
install_go() {
59
- local go_version="1.12.9 "
59
+ local go_version="1.12.10 "
60
60
local download=
61
61
62
62
download="https://storage.googleapis.com/golang/go${go_version}.darwin-amd64.tar.gz"
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
function install_go() {
4
- local go_version=1.12.9
4
+ local go_version=1.12.10
5
5
local download=
6
6
7
7
download=" https://storage.googleapis.com/golang/go${go_version} .linux-amd64.tar.gz"
You can’t perform that action at this time.
0 commit comments