Skip to content

Commit 9d3987c

Browse files
authored
build: update toolchain components to 1.24 (#1060)
We updated to Go 1.24 in #1045 but it looks like this missed a few build components that are now causing issues with dependabot PRs.
1 parent dc42ea4 commit 9d3987c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# devbuild compiles the binary
1212
# -----------------------------------
13-
FROM golang:1.23 AS devbuild
13+
FROM golang:1.24 AS devbuild
1414

1515
# Disable CGO to make sure we build static binaries
1616
ENV CGO_ENABLED=0

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/nomad-autoscaler
22

3-
go 1.23.5
3+
go 1.24
44

55
require (
66
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible

plugins/test/noop-apm/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/nomad-autoscaler/plugins/test/noop-apm
22

3-
go 1.23.5
3+
go 1.24
44

55
require (
66
github.com/hashicorp/go-hclog v1.6.3

plugins/test/noop-strategy/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/nomad-autoscaler/plugins/test/noop-strategy
22

3-
go 1.23.5
3+
go 1.24
44

55
require (
66
github.com/hashicorp/go-hclog v1.6.3

plugins/test/noop-target/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/nomad-autoscaler/plugins/test/noop-target
22

3-
go 1.23.5
3+
go 1.24
44

55
require (
66
github.com/hashicorp/go-hclog v1.6.3

0 commit comments

Comments
 (0)