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

Bump go module version to v2 #556

Merged
merged 4 commits into from Jun 20, 2023
Merged

Conversation

justinmanley
Copy link
Contributor

Go modules with version >= 2.0.0 must have module names ending with /v2 (or, for version N, /vN).

Without this, running go get github.com/peak/s5cmd@v2.0.0 results in the following error:

go: github.com/peak/s5cmd@v2.0.0: invalid version: module contains a go.mod file, so module path must match major version ("github.com/peak/s5cmd/v2")

This requirement is explained in greater detail in the official golang wiki.

@justinmanley justinmanley requested a review from a team as a code owner March 27, 2023 17:09
@justinmanley justinmanley requested review from aykutfarsak and ilkinulas and removed request for a team March 27, 2023 17:09
@aykutfarsak aykutfarsak removed their request for review March 27, 2023 17:15
@itay
Copy link

itay commented May 30, 2023

Any chance this is going to be approved/merged?

@igungor
Copy link
Member

igungor commented Jun 19, 2023

@justinmanley could you rebase your branch please?

@justinmanley
Copy link
Contributor Author

@igungor rebased!

@igungor
Copy link
Member

igungor commented Jun 19, 2023

@justinmanley thank you!

@justinmanley
Copy link
Contributor Author

hi @ilkinulas! could you take a quick look at this when you get a chance?

@igungor igungor merged commit fa8f356 into peak:master Jun 20, 2023
19 checks passed
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.

None yet

4 participants