Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest dependabot update raises module requirement to Go 1.19 #409

Open
willnode opened this issue May 30, 2024 · 1 comment
Open

Latest dependabot update raises module requirement to Go 1.19 #409

willnode opened this issue May 30, 2024 · 1 comment

Comments

@willnode
Copy link

willnode commented May 30, 2024

go install gotest.tools/gotestsum@latest
go: downloading gotest.tools v2.2.0+incompatible
go: downloading gotest.tools/gotestsum v1.12.0
go: downloading github.com/dnephin/pflag v1.0.7
go: downloading github.com/fatih/color v1.16.0
go: downloading github.com/google/shlex v0.0.0-201912021004[58]()-e7afc7fbc510
go: downloading golang.org/x/tools v0.19.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading golang.org/x/sys v0.18.0
go: downloading github.com/bitfield/gotestdox v0.2.2
go: downloading golang.org/x/sync v0.6.0
go: downloading golang.org/x/term v0.18.0
go: downloading golang.org/x/text v0.14.0
go: downloading golang.org/x/mod v0.16.0
# golang.org/x/tools/internal/typesinternal
/go/pkg/mod/golang.org/x/[email protected]/internal/typesinternal/types_118.go:13:7: conf.GoVersion undefined (type *types.Config has no field or method GoVersion)
note: module requires Go 1.19
# golang.org/x/tools/internal/event/keys
/go/pkg/mod/golang.org/x/[email protected]/internal/event/keys/util.go:14:6: missing function body
/go/pkg/mod/golang.org/x/[email protected]/internal/event/keys/util.go:14:10: syntax error: unexpected [, expecting (
note: module requires Go 1.19
# golang.org/x/tools/internal/versions
/go/pkg/mod/golang.org/x/[email protected]/internal/versions/types.go:15:16: undefined: any
/go/pkg/mod/golang.org/x/[email protected]/internal/versions/versions.go:52:12: undefined: strings.Cut
note: module requires Go 1.19

We use Go 1.17 at this time at our CI and today this pops up.

@gungdr
Copy link

gungdr commented May 30, 2024

can confirm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants