pion / .goassets

Asset files automatically deployed to Go package repositories
https://pion.ly/
MIT License
8 stars 10 forks source link

Check Go version in go.mod #168

Closed stv0g closed 1 year ago

stv0g commented 1 year ago

We currently have a mixture of different versions in go.mod. This linter check should harmonize it.

at-wat commented 1 year ago

BTW, there was a discussion about old Go version support and seems not having a conclusion yet https://github.com/pion/webrtc/issues/2292

stv0g commented 1 year ago

BTW, there was a discussion about old Go version support and seems not having a conclusion yet https://github.com/pion/webrtc/issues/2292

Yes, I was aware of that discussion as well. I also dont believe that we will reach consensus on that topic soon. I've started a poll (beginning of this year) in our Slack channel which resulted in the major support for following Golangs support policy.

Hence, I would argue we should go this way. The CI tests are anyway just test the last two releases..