mattn / go-mastodon

mastodon client for golang
MIT License
599 stars 85 forks source link

Remove 1.15 build test? #157

Closed mellowdrifter closed 1 year ago

mellowdrifter commented 1 year ago

This project has a go.mod version set to 1.16, but build tests are still testing on 1.15 - Is this intentional? I ask as a couple of functions were moved out of ioutil into os in 1.16 and I'd like to clean that up. But that breaks the 1.15 build

mattn commented 1 year ago

yeah, it should be

 go: ["1.16", "1.17", "1.18", "1.19"]