Bump Go version in go.mod to 1.19

This commit is contained in:
Bjørn Erik Pedersen 2023-11-28 10:48:54 +01:00
parent b09a6f848f
commit 48ddde5701
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/spf13/cast
go 1.18
go 1.19
require github.com/frankban/quicktest v1.14.6