-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Upgrade to Go 1.22 for building provider.
Also includes updates to the latest versions of terraform-plugin-sdk and terraform-plugin-docs.
- Loading branch information
Showing
314 changed files
with
16,806 additions
and
11,780 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.20.x | ||
go-version: 1.22.x | ||
- name: Import GPG key | ||
id: import_gpg | ||
uses: fastly/[email protected] | ||
|
@@ -33,7 +33,6 @@ jobs: | |
- name: Run GoReleaser | ||
uses: goreleaser/goreleaser-action@v5 | ||
with: | ||
version: v1.21.2 # Last version to support Go 1.20.x | ||
args: release --clean | ||
env: | ||
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} | ||
|
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 |
---|---|---|
|
@@ -83,8 +83,7 @@ errcheck: | |
@sh -c "'$(CURDIR)/scripts/errcheck.sh'" | ||
|
||
goreleaser-bin: | ||
@# This is the last version of goreleaser that supports Go 1.20.14 (the version used to build the provider) | ||
$(GO_BIN) install github.com/goreleaser/[email protected] | ||
$(GO_BIN) install github.com/goreleaser/goreleaser@latest | ||
|
||
nilaway: | ||
@nilaway ./... | ||
|
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
Oops, something went wrong.