Skip to content

Commit

Permalink
build: Update Go to v1.24.0 (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell authored Feb 28, 2025
1 parent 4de2cf8 commit 2652b2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.5
1.24.0
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

IMPROVEMENTS:

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

## 0.4.6 (December 12, 2024)

Expand Down
6 changes: 3 additions & 3 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ test-tools: ## Install the tools used to run tests
.PHONY: lint-tools
lint-tools: ## Install the tools used to lint
@echo "==> Installing lint tools..."
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0
go install honnef.co/go/tools/cmd/staticcheck@2024.1.1
go install github.com/hashicorp/go-hclog/hclogvet@v0.2.0
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.5
go install honnef.co/go/tools/cmd/staticcheck@2025.1
go install github.com/hashicorp/go-hclog/hclogvet@feaf6d2ec20fd895e711195c99e3fde93a68afc5
go install github.com/hashicorp/hcl/v2/cmd/hclfmt@d0c4fa8b0bbc2e4eeccd1ed2a32c2089ed8c5cf1
@echo "==> Done"

Expand Down

0 comments on commit 2652b2c

Please sign in to comment.