Skip to content

Updated all go versions to minimum of 1.17#669

Merged
mhutchinson merged 1 commit intogoogle:masterfrom
mhutchinson:go1.17
Jul 20, 2022
Merged

Updated all go versions to minimum of 1.17#669
mhutchinson merged 1 commit intogoogle:masterfrom
mhutchinson:go1.17

Conversation

@mhutchinson
Copy link
Copy Markdown
Contributor

This is what trillian is using now. It seems unlikely someone would need higher levels of backwards compatibility in the examples repo.

go mod tidy caused a lot of changes.
https://go.dev/doc/modules/gomod-ref notes that The go.mod file includes an explicit require directive for each module that provides any package transitively imported by a package or test in the main module
which changed with 1.17.

This is what trillian is using now. It seems unlikely someone would need higher levels of backwards compatibility in the examples repo.

`go mod tidy` caused a lot of changes.
https://go.dev/doc/modules/gomod-ref notes that `The go.mod file
includes an explicit require directive for each module that provides any
package transitively imported by a package or test in the main module`
which changed with 1.17.
@mhutchinson mhutchinson requested a review from a team as a code owner July 20, 2022 09:04
@mhutchinson mhutchinson requested review from AlCutter and removed request for a team July 20, 2022 09:04
@mhutchinson mhutchinson merged commit e7f907f into google:master Jul 20, 2022
@mhutchinson mhutchinson deleted the go1.17 branch July 20, 2022 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants