File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ```release-note:improvement
2+ build: Update Go toolchain to 1.26.3
3+ ```
Original file line number Diff line number Diff line change 1- 1.26.2
1+ 1.26.3
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ A development environment is supplied via Vagrant to make getting started easier
5555
5656Developing without Vagrant
5757---
58- 1. Install [Go 1.26.2 +](https://golang.org/) * (Note: ` gcc-go` is not supported)*
58+ 1. Install [Go 1.26.3 +](https://golang.org/) * (Note: ` gcc-go` is not supported)*
59591. Clone this repo
6060 ` ` ` sh
6161 $ git clone https://github.com/hashicorp/nomad.git
Original file line number Diff line number Diff line change 11module github.com/hashicorp/nomad
22
3- go 1.26.2
3+ go 1.26.3
44
55// Pinned dependencies are noted in github.com/hashicorp/nomad/issues/11826.
66replace (
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ case $(arch) in
2121esac
2222
2323function install_go() {
24- local go_version=" 1.26.2 "
24+ local go_version=" 1.26.3 "
2525 local download=" https://storage.googleapis.com/golang/go${go_version} .linux-${ARCH} .tar.gz"
2626
2727 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"
5656mkdir -p "${TMP_WORKSPACE}/tmp"
5757
5858install_go() {
59- local go_version="1.26.2 "
59+ local go_version="1.26.3 "
6060 local download=
6161
6262 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