Skip to content

Commit

Permalink
Tidy Go module dependencies data for Go 1.17
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
per1234 committed Oct 17, 2023
1 parent 4999f06 commit fb7e78c
Showing 1 changed file with 0 additions and 867 deletions.
Loading

0 comments on commit fb7e78c

Please sign in to comment.