Does this repository have an explicit policy on Go version support? I notice that CI is only testing on Go 1.19 and 1.20, neither of which is still receiving security patches. At this point, testing on 1.19 is beginning to block some version updates.
Would it be okay if I opened a PR updating to the latest versions of the various Github actions and changing CI to test on stable and oldstable? They were introduced relatively recently in the setup-go as aliases for the two currently-supported versions of Go.
Does this repository have an explicit policy on Go version support? I notice that CI is only testing on Go 1.19 and 1.20, neither of which is still receiving security patches. At this point, testing on 1.19 is beginning to block some version updates.
Would it be okay if I opened a PR updating to the latest versions of the various Github actions and changing CI to test on
stableandoldstable? They were introduced relatively recently in thesetup-goas aliases for the two currently-supported versions of Go.