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

build: Bump Go version in go.mod #410

Merged
merged 1 commit into from Feb 10, 2022

Commits on Feb 8, 2022

  1. build: Bump Go version in go.mod

    Commit generated with this command
      go mod tidy -go=1.17 -compat=1.15
    
    Using Go version 1.17.5.
    
    The idea is to enable consumers of sentry-go to be able to use module
    graph pruning (Go 1.17+ required), such that dependencies of sentry-go
    that are otherwise unused by end users can be pruned away.
    
    See getsentry#156 (comment)
    
    Also update CI workflow to check for go.mod tidiness using the same line
    as used to generate this commit. Update data race tests that were still
    accidentally being run on Go 1.16 instead of 1.17.
    rhcarvalho committed Feb 8, 2022
    Copy the full SHA
    78f200c View commit details
    Browse the repository at this point in the history