Skip to content

Commit

Permalink
build: update Go to v1.22.1 (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell authored Mar 8, 2024
1 parent 2aab56e commit 8254629
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.6
1.22.1
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## UNRELEASED

IMPROVEMENTS:
* build: Updated to Go 1.22.1 [[GH-872](https://github.com/hashicorp/nomad-autoscaler/pull/872)]

## 0.4.2 (February 20, 2024)

IMPROVEMENTS:
Expand Down
4 changes: 2 additions & 2 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.54.0
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.56.2
go install honnef.co/go/tools/cmd/staticcheck@2023.1.3
go install github.com/hashicorp/go-hclog/hclogvet@v0.1.5
go install github.com/hashicorp/go-hclog/hclogvet@v0.2.0
go install github.com/hashicorp/hcl/v2/cmd/hclfmt@d0c4fa8b0bbc2e4eeccd1ed2a32c2089ed8c5cf1
@echo "==> Done"

Expand Down

0 comments on commit 8254629

Please sign in to comment.