go-mod-outdated icon indicating copy to clipboard operation
go-mod-outdated copied to clipboard

Does it support golang >= 1.17?

Open seongpyoHong opened this issue 2 years ago • 2 comments

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?

seongpyoHong avatar Sep 20 '22 15:09 seongpyoHong

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.

psampaz avatar Feb 19 '23 20:02 psampaz

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?

seongpyoHong avatar Feb 23 '23 13:02 seongpyoHong