Skip to content

Commit

Permalink
set go 1.18 as the min version in anticipation of using generics. (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosnicolaou authored Feb 26, 2023
1 parent 623a266 commit eb48a27
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
@@ -1,6 +1,6 @@
module v.io/x/lib

go 1.13
go 1.18

require (
github.com/spf13/pflag v1.0.5
Expand Down

0 comments on commit eb48a27

Please sign in to comment.