hashicorp / terraform-plugin-mux

A router for Terraform's RPC protocol.
Mozilla Public License 2.0
34 stars 11 forks source link

Bump Expected Minimum Go Version to 1.17 #72

Closed bflad closed 2 years ago

bflad commented 2 years ago

terraform-plugin-log version

main branch

Use cases

Following the Go support policy and given the ecosystem availability and stability 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

go mod edit -go=1.17
go mod tidy
go fix

References

github-actions[bot] commented 4 months ago

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.