Skip to content

Commit

Permalink
go.mod: specify Go 1.20
Browse files Browse the repository at this point in the history
Cockroach now uses 1.20.
  • Loading branch information
jbowens committed Sep 28, 2023
1 parent ccb9a7d commit aa077af
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 @@ -43,4 +43,4 @@ require (
gopkg.in/yaml.v3 v3.0.0 // indirect
)

go 1.19
go 1.20

0 comments on commit aa077af

Please sign in to comment.