-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit b8d0a8d
Tidy Go module dependencies data 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.1 parent ada6779 commit b8d0a8d
1 file changed
+0
-1286
lines changed
0 commit comments