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/crypto from 0.14.0 to 0.17.0 #233

Merged
merged 3 commits into from
Dec 19, 2023

Commits on Dec 18, 2023

  1. Bump golang.org/x/crypto from 0.14.0 to 0.17.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
    - [Commits](golang/crypto@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ddcb42e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. 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 Dec 19, 2023
    Configuration menu
    Copy the full SHA
    b82b3af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95c86a2 View commit details
    Browse the repository at this point in the history