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 golang.org/x/net from 0.7.0 to 0.17.0 #214

Merged
merged 3 commits into from
Oct 13, 2023

Commits on Oct 13, 2023

  1. Bump golang.org/x/net from 0.7.0 to 0.17.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
    - [Commits](golang/net@v0.7.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    114f456 View commit details
    Browse the repository at this point in the history
  2. Tidy Go module dependencies for Go 1.17

    Go 1.17 has a different handling of dependencies. By default, it emulates the old behavior for compatibility with older
    Go versions. The Dependabot PRs are produced in this manner.
    
    This project now uses Go 1.17 exclusively, as is indicated by the `go` directive and by the contributor guide. There is
    no need to provide compatibility with unsupported Go versions, so we use the `-compat=1.17` flag in the `go mod tidy`
    command, as is done here.
    per1234 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    80e2844 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c7bb9d View commit details
    Browse the repository at this point in the history