File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 1.23.5
1
+ 1.24.0
Original file line number Diff line number Diff line change 2
2
3
3
IMPROVEMENTS:
4
4
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 )]
6
6
7
7
## 0.4.6 (December 12, 2024)
8
8
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ test-tools: ## Install the tools used to run tests
45
45
.PHONY : lint-tools
46
46
lint-tools : # # Install the tools used to lint
47
47
@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
51
51
go install github.com/hashicorp/hcl/v2/cmd/hclfmt@d0c4fa8b0bbc2e4eeccd1ed2a32c2089ed8c5cf1
52
52
@echo " ==> Done"
53
53
You can’t perform that action at this time.
0 commit comments