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

Update go version to 1.22.2 and add go-cmp dependency #156

Merged
merged 1 commit into from
Apr 28, 2024

Conversation

catatsuy
Copy link
Owner

This pull request primarily updates the Go version and modifies the dependencies in the go.mod file. The Go version is updated from 1.19 to 1.22.2. The dependency github.com/google/go-cmp is moved from an indirect requirement to a direct one, while the indirect requirement for golang.org/x/sys is retained.

Here's the key change:

  • go.mod: Updated the Go version from 1.19 to 1.22.2. Moved github.com/google/go-cmp from an indirect requirement to a direct one, and retained golang.org/x/sys as an indirect requirement.

@catatsuy catatsuy merged commit a3bb7c1 into master Apr 28, 2024
9 checks passed
@catatsuy catatsuy deleted the feature_update_go_mod_122 branch April 28, 2024 00:25
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