Skip to content

Commit

Permalink
Bump Go module minimum version to 1.19
Browse files Browse the repository at this point in the history
In go 1.19 changes to go fmt resulted in slightly different comment formatting for generated code.
Bumping to Go 1.19 ensures that the correct version of Go tooling is used formatting the generated code.
  • Loading branch information
Wilken Rivera authored and nywilken committed Aug 1, 2023
1 parent 04cbbf4 commit 9be5b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ require (
google.golang.org/protobuf v1.28.1 // indirect
)

go 1.18
go 1.19

0 comments on commit 9be5b0f

Please sign in to comment.