Skip to content

Commit dac7438

Browse files
Backport of build: update toolchain to go 1.24.4 into release/1.10.x (#26000)
Co-authored-by: Tim Gross <[email protected]>
1 parent ede5f32 commit dac7438

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.3
1+
1.24.4

contributing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A development environment is supplied via Vagrant to make getting started easier
3333

3434
Developing without Vagrant
3535
---
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)*
3737
1. Clone this repo
3838
```sh
3939
$ git clone https://github.com/hashicorp/nomad.git

scripts/linux-priv-go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ case $(arch) in
2121
esac
2222

2323
function install_go() {
24-
local go_version="1.24.3"
24+
local go_version="1.24.4"
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

scripts/release/mac-remote-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ REPO_PATH="${TMP_WORKSPACE}/gopath/src/github.com/hashicorp/nomad"
5656
mkdir -p "${TMP_WORKSPACE}/tmp"
5757
5858
install_go() {
59-
local go_version="1.24.3"
59+
local go_version="1.24.4"
6060
local download=
6161
6262
download="https://storage.googleapis.com/golang/go${go_version}.darwin-amd64.tar.gz"

0 commit comments

Comments
 (0)