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

Does it support golang >= 1.17? #58

Open
seongpyoHong opened this issue Sep 20, 2022 · 2 comments
Open

Does it support golang >= 1.17? #58

seongpyoHong opened this issue Sep 20, 2022 · 2 comments

Comments

@seongpyoHong
Copy link

I confirmed through README.md that go-mod-outdated currently supports golang 1.14, 1.15, and 1.16.
But, the test(GitHub Action) seems to be running on golang 1.17, so what version can go-mod-outdated support exactly?

Also, It seems that the field of Golang's 'Module Public' structure has been added since 1.16, so is it not necessary to reflect it?

@psampaz
Copy link
Owner

psampaz commented Feb 19, 2023

As of version v0.9.0 ci run on 1.19 and 1.20.

Can you please point me to a public Module struct that I can use? This one https://github.com/golang/go/blob/master/src/cmd/go/internal/modinfo/info.go#L16 cannot be imported i believe since it lives under an internal directory.

@seongpyoHong
Copy link
Author

As of version v0.9.0 ci run on 1.19 and 1.20.

Sounds great 👍

Can you please point me to a public Module struct that I can use? This one https://github.com/golang/go/blob/master/src/cmd/go/internal/modinfo/info.go#L16 cannot be imported i believe since it lives under an internal directory.

Is ModulePublic struct output of go-mod-outdate?

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