You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: