-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: upgrade Go version to 1.23.3 (#395)
- Loading branch information
1 parent
b592019
commit 917eebb
Showing
6 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.21.6 | ||
1.23.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,6 @@ linters: | |
- unconvert | ||
- gofmt | ||
- gosimple | ||
- depguard | ||
- staticcheck | ||
- asasalint | ||
- asciicheck | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,8 +43,8 @@ hclfmt: ## Format HCL files with hclfmt | |
.PHONY: deps | ||
deps: ## Install build dependencies | ||
@echo "==> Installing build dependencies ..." | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2 | ||
go install github.com/hashicorp/go-hclog/hclogvet@v0.1.6 | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.62.2 | ||
go install github.com/hashicorp/go-hclog/hclogvet@v0.2.0 | ||
go install gotest.tools/[email protected] | ||
go install github.com/hashicorp/hcl/v2/cmd/hclfmt@d0c4fa8b0bbc2e4eeccd1ed2a32c2089ed8c5cf1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters