Commit 4b008b8 1 parent 7993ecd commit 4b008b8 Copy full SHA for 4b008b8
File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ executors:
457
457
go :
458
458
working_directory : /go/src/github.com/hashicorp/nomad
459
459
docker :
460
- - image : docker.mirror.hashicorp.services/golang:1.18.3
460
+ - image : docker.mirror.hashicorp.services/golang:1.18.5
461
461
resource_class : medium
462
462
environment :
463
463
<< : *common_envs
@@ -470,7 +470,7 @@ executors:
470
470
resource_class : large
471
471
environment : &machine_env
472
472
<< : *common_envs
473
- GOLANG_VERSION : 1.18.3
473
+ GOLANG_VERSION : 1.18.5
474
474
475
475
go-macos :
476
476
working_directory : ~/go/src/github.com/hashicorp/nomad
@@ -479,7 +479,7 @@ executors:
479
479
environment :
480
480
<< : *common_envs
481
481
GOPATH : /Users/distiller/go
482
- GOLANG_VERSION : 1.18.3
482
+ GOLANG_VERSION : 1.18.5
483
483
484
484
go-windows :
485
485
machine :
@@ -491,7 +491,7 @@ executors:
491
491
GOPATH : c:\gopath
492
492
GOBIN : c:\gopath\bin
493
493
GOTESTSUM_PATH : c:\tmp\test-reports
494
- GOLANG_VERSION : 1.18.3
494
+ GOLANG_VERSION : 1.18.5
495
495
GOTESTSUM_VERSION : 1.7.0
496
496
VAULT_VERSION : 1.4.1
497
497
Original file line number Diff line number Diff line change 21
21
- ' website/**'
22
22
env :
23
23
VERBOSE : 1
24
- GO_VERSION : 1.18.3
24
+ GO_VERSION : 1.18.5
25
25
GOBIN : /usr/local/bin
26
26
GOTESTARCH : amd64
27
27
CONSUL_VERSION : 1.11.3
Original file line number Diff line number Diff line change 1
- 1.18.3
1
+ 1.18.5
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ A development environment is supplied via Vagrant to make getting started easier
30
30
31
31
Developing without Vagrant
32
32
---
33
- 1. Install [Go 1.18.3 +](https://golang.org/) * (Note: ` gcc-go` is not supported)*
33
+ 1. Install [Go 1.18.5 +](https://golang.org/) * (Note: ` gcc-go` is not supported)*
34
34
1. Clone this repo
35
35
` ` ` sh
36
36
$ git clone https://github.com/hashicorp/nomad.git
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.18.3 "
59
+ local go_version="1.18.5 "
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 3
3
set -o errexit
4
4
5
5
function install_go() {
6
- local go_version=" 1.18.3 "
6
+ local go_version=" 1.18.5 "
7
7
local download=" https://storage.googleapis.com/golang/go${go_version} .linux-amd64.tar.gz"
8
8
9
9
if go version 2>&1 | grep -q " ${go_version} " ; then
You can’t perform that action at this time.
0 commit comments