File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
# devbuild compiles the binary
12
12
# -----------------------------------
13
- FROM golang:1.23 AS devbuild
13
+ FROM golang:1.24 AS devbuild
14
14
15
15
# Disable CGO to make sure we build static binaries
16
16
ENV CGO_ENABLED=0
Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/nomad-autoscaler
2
2
3
- go 1.23.5
3
+ go 1.24
4
4
5
5
require (
6
6
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/nomad-autoscaler/plugins/test/noop-apm
2
2
3
- go 1.23.5
3
+ go 1.24
4
4
5
5
require (
6
6
github.com/hashicorp/go-hclog v1.6.3
Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/nomad-autoscaler/plugins/test/noop-strategy
2
2
3
- go 1.23.5
3
+ go 1.24
4
4
5
5
require (
6
6
github.com/hashicorp/go-hclog v1.6.3
Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/nomad-autoscaler/plugins/test/noop-target
2
2
3
- go 1.23.5
3
+ go 1.24
4
4
5
5
require (
6
6
github.com/hashicorp/go-hclog v1.6.3
You can’t perform that action at this time.
0 commit comments