-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update golang version to 1.18.2
This PR update to Go 1.18.2. Also update the versions of hclfmt and go-hclogfmt which includes newer dependencies necessary for dealing with go1.18.
- Loading branch information
Showing
7 changed files
with
11 additions
and
11 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.17.9 | ||
1.18.2 |
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 |
---|---|---|
|
@@ -131,7 +131,7 @@ deps: ## Install build and development dependencies | |
go install github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs@234c15e7648ff35458026de92b34c637bae5e6f7 | ||
go install github.com/a8m/tree/cmd/tree@fce18e2a750ea4e7f53ee706b1c3d9cbb22de79c | ||
go install gotest.tools/[email protected] | ||
go install github.com/hashicorp/hcl/v2/cmd/hclfmt@v2.5.1 | ||
go install github.com/hashicorp/hcl/v2/cmd/hclfmt@v2.12.0 | ||
go install github.com/golang/protobuf/[email protected] | ||
go install github.com/hashicorp/go-msgpack/codec/[email protected] | ||
go install github.com/bufbuild/buf/cmd/[email protected] | ||
|
@@ -145,7 +145,7 @@ lint-deps: ## Install linter dependencies | |
@echo "==> Updating linter dependencies..." | ||
go install github.com/golangci/golangci-lint/cmd/[email protected] | ||
go install github.com/client9/misspell/cmd/[email protected] | ||
go install github.com/hashicorp/go-hclog/[email protected].3 | ||
go install github.com/hashicorp/go-hclog/[email protected].4 | ||
|
||
.PHONY: git-hooks | ||
git-dir = $(shell git rev-parse --git-dir) | ||
|
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