File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- 1.24.3
1
+ 1.24.4
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ A development environment is supplied via Vagrant to make getting started easier
33
33
34
34
Developing without Vagrant
35
35
---
36
- 1. Install [Go 1.24.3 +](https://golang.org/) * (Note: ` gcc-go` is not supported)*
36
+ 1. Install [Go 1.24.4 +](https://golang.org/) * (Note: ` gcc-go` is not supported)*
37
37
1. Clone this repo
38
38
` ` ` sh
39
39
$ git clone https://github.com/hashicorp/nomad.git
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ case $(arch) in
21
21
esac
22
22
23
23
function install_go() {
24
- local go_version=" 1.24.3 "
24
+ local go_version=" 1.24.4 "
25
25
local download=" https://storage.googleapis.com/golang/go${go_version} .linux-${ARCH} .tar.gz"
26
26
27
27
if go version 2>&1 | grep -q " ${go_version} " ; then
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.24.3 "
59
+ local go_version="1.24.4 "
60
60
local download=
61
61
62
62
download="https://storage.googleapis.com/golang/go${go_version}.darwin-amd64.tar.gz"
You can’t perform that action at this time.
0 commit comments