Bump Expected Minimum Go Version to 1.18
bendbennett opened this issue · 1 comments
bendbennett commented
Terraform CLI and Provider Versions
TF: v1.2.7
Provider: v3.0.1
Use Cases or Problem Statement
Following the Go support policy and given the ecosystem availability of the latest Go minor version, it's time to upgrade. This will ensure that this project can use recent improvements to the Go runtime, standard library functionality, and continue to receive security updates.
Proposal
- Run the following commands to upgrade the Go module files and automatically fix outdated Go code:
go mod edit -go=1.18
go mod tidy
go fix
- Ensure any GitHub Actions workflows (
.github/workflows/*.yml
) use 1.19 in place of any 1.18 and 1.18 in place of any 1.17 or earlier - Ensure the README or any Contributing documentation notes the Go 1.18 expected minimum
- (Not applicable to all projects) Ensure the
.go-version
is at least 1.18 or later
How much impact is this issue causing?
Low
Additional Information
References
- https://github.com/hashicorp/terraform-plugin-sdk/#go-compatibility
- https://formulae.brew.sh/formula/go
- microsoft/winget-pkgs#68523
- https://community.chocolatey.org/packages/golang
- https://packages.ubuntu.com/kinetic/golang-1.19
Code of Conduct
- I agree to follow this project's Code of Conduct
github-actions commented
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.