Skip to content

Commit 921494f

Browse files
committed
go.mod: update go version to 1.19
1 parent ca23184 commit 921494f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ require (
1111
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
1212
)
1313

14-
go 1.13
14+
require golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed // indirect
15+
16+
go 1.19

0 commit comments

Comments
 (0)