Skip to content

Commit 2652b2c

Browse files
authored
build: Update Go to v1.24.0 (#1045)
1 parent 4de2cf8 commit 2652b2c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.go-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.5
1+
1.24.0

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
IMPROVEMENTS:
44

5-
* build: Updated to Go 1.23.5 [[GH-1030](https://github.com/hashicorp/nomad-autoscaler/pull/1030)]
5+
* build: Updated to Go 1.24.0 [[GH-1045](https://github.com/hashicorp/nomad-autoscaler/pull/1045)]
66

77
## 0.4.6 (December 12, 2024)
88

GNUmakefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ test-tools: ## Install the tools used to run tests
4545
.PHONY: lint-tools
4646
lint-tools: ## Install the tools used to lint
4747
@echo "==> Installing lint tools..."
48-
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0
49-
go install honnef.co/go/tools/cmd/staticcheck@2024.1.1
50-
go install github.com/hashicorp/go-hclog/hclogvet@v0.2.0
48+
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.5
49+
go install honnef.co/go/tools/cmd/staticcheck@2025.1
50+
go install github.com/hashicorp/go-hclog/hclogvet@feaf6d2ec20fd895e711195c99e3fde93a68afc5
5151
go install github.com/hashicorp/hcl/v2/cmd/hclfmt@d0c4fa8b0bbc2e4eeccd1ed2a32c2089ed8c5cf1
5252
@echo "==> Done"
5353

0 commit comments

Comments
 (0)