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

Rerost/support only two go version #304

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rerost
Copy link
Contributor

@rerost rerost commented Sep 16, 2024

Since the current version of Go we are using is outdated, I propose that we support the latest two major releases in accordance with Go's official release policy (https://go.dev/doc/devel/release#policy).

@rerost rerost changed the title Rerost/support only two version Rerost/support only two go version Sep 16, 2024
@@ -132,7 +132,7 @@ func (u *initializeProjectUsecase) InstallDeps(rootDir string, cfg InitConfig) e
return errors.WithStack(err)
}
}
err := invoke("go", "get", "./...")
err := invoke("go", "mod", "tidy")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't find the source, but what I want to do is update go.mod, so I'm committing it thinking that what I'm doing shouldn't change.

@rerost
Copy link
Contributor Author

rerost commented Sep 16, 2024

@izumin5210 Could you please review this PR

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