We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While the code is compatible with go v1.13, the go version in go.mod should be updated to improve go.mod behavior explained here:
https://go.dev/doc/modules/gomod-ref
It should be bumped to 1.20 to match the lowest version built for in .github/workflows/build.yml
.github/workflows/build.yml
The text was updated successfully, but these errors were encountered:
GH-260: Updated go version to 1.20 in go.mod. Ran go mod tidy
ce4818d
Merge pull request #261 from resgateio/feature/gh-260-update-go-mod-v…
8fb9dda
…ersion GH-260: Updated go version to 1.20 in go.mod. Ran go mod tidy
No branches or pull requests
Issue
While the code is compatible with go v1.13, the go version in go.mod should be updated to improve go.mod behavior explained here:
https://go.dev/doc/modules/gomod-ref
It should be bumped to 1.20 to match the lowest version built for in
.github/workflows/build.yml
The text was updated successfully, but these errors were encountered: