Closed wata727 closed 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.
go
1.21
This PR fixes the directive to 1.21.1.
1.21.1
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
.