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

Use tfversion variables instead of go-version directly for function testing #221

Merged
merged 1 commit into from
May 24, 2024

Commits on May 24, 2024

  1. Use tfversion variables instead of go-version directly for function t…

    …esting
    
    Reference: #220
    
    Consuming developers should not directly need to worry about `github.com/hashicorp/go-version` unless they want to use that Go module. Provider-defined functions testing was releasing in this template repository before the Terraform 1.8.0 version variable in the terraform-plugin-testing `tfversion` package was available. Now that the variable is present, we can remove go-version as a direct dependency, simplifying both the code and dependency management slightly.
    bflad committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8f9dc0f View commit details
    Browse the repository at this point in the history