chore: update to go 1.20

This commit is contained in:
Pete Davison
2023-02-13 13:28:49 +00:00
parent 28c5f4a635
commit ab1fe742f3
6 changed files with 9 additions and 6 deletions

4
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/sajari/fuzzy v1.0.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.1
golang.org/x/exp v0.0.0-20220930202632-ec3f01382ef9
golang.org/x/exp v0.0.0-20230212135524-a684f29349b6
golang.org/x/sync v0.1.0
gopkg.in/yaml.v3 v3.0.1
mvdan.cc/sh/v3 v3.6.0
@@ -26,4 +26,4 @@ require (
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)
go 1.18
go 1.19