terraform-linters / tflint

A Pluggable Terraform Linter
Mozilla Public License 2.0
4.98k stars 357 forks source link

Fix go directive to include patch version #1842

Closed wata727 closed 1 year ago

wata727 commented 1 year ago

See also https://github.com/terraform-linters/tflint/pull/1823 See also https://github.com/dependabot/dependabot-core/issues/7895

Starting with Go 1.21, go directives must include patch version. 1.21 was incorrect and Dependabot was failing to parse the go.mod file.

This PR fixes the directive to 1.21.1.