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 Dec 7, 2023
1 parent 6e20609 commit 5f5a3e2
Showing 1 changed file with 0 additions and 1,242 deletions.
Loading

0 comments on commit 5f5a3e2

Please sign in to comment.