Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Expected Minimum Go Version to 1.18 #218

Closed
bflad opened this issue Aug 11, 2022 · 0 comments · Fixed by #219
Closed

Bump Expected Minimum Go Version to 1.18 #218

bflad opened this issue Aug 11, 2022 · 0 comments · Fixed by #219
Labels
enhancement New feature or request
Milestone

Comments

@bflad
Copy link
Member

bflad commented Aug 11, 2022

terraform-plugin-go version

v0.13.0

Use cases

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

References

@bflad bflad added the enhancement New feature or request label Aug 11, 2022
@bflad bflad added this to the v0.14.0 milestone Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant