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

Fix go mod tidy errors #1787

Closed
wants to merge 3 commits into from
Closed

Conversation

kfcampbell
Copy link
Member

The most recent release failed due to some lingering go mod tidy issues we've seen. This can be more permanently resolved by making a concerted effort to update Terraform provider SDK versions (see #1780).

In the meantime, I've run go get github.com/spf13/afero@v1.9.2, then go mod vendor, then go mod tidy. This should resolve our release issues.

@kfcampbell
Copy link
Member Author

Unfortunately, resolving our release issues makes our CI builds unhappy with linting. This is the same issue present on #1737.

@kfcampbell
Copy link
Member Author

Closing in favor of #1788.

@kfcampbell kfcampbell closed this Jul 11, 2023
@kfcampbell kfcampbell deleted the go-mod-tidying branch July 11, 2023 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant