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

Upgrade imports to match module version #258

Merged
merged 1 commit into from
May 6, 2021
Merged

Conversation

vearutop
Copy link
Contributor

@vearutop vearutop commented May 3, 2021

Fixes #237.

go get -u github.com/boyter/scc@v3.0.0
go get: github.com/boyter/scc@v3.0.0: invalid version: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v3

This PR upgrades imports to include SIV so that latest version can be imported as a module.

After merging, new minor or patch version (e.g. v3.0.1) can be tagged to solve the original issue.

@vearutop vearutop marked this pull request as ready for review May 3, 2021 09:02
@boyter boyter merged commit 9ff7d9c into boyter:master May 6, 2021
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.

go get won't install the latest version of scc
2 participants