Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a3c12c7

Browse files
committedDec 4, 2023
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 9619ffe commit a3c12c7

File tree

1 file changed

+0
-1241
lines changed

1 file changed

+0
-1241
lines changed
 

Diff for: ‎go.sum

-1,241
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.