Fix Go the versions used by our workflow tests #1564
brackendawson
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current tests
We currently run full tests ("build") against:
Then partiual tests ("test") without formatting (because gofmt changed in 1.19) against:
It would be nice to not have to keep updating this file with new Go versions, because human processes fail.
Proposed
I think we can use this set long term:
Beta Was this translation helpful? Give feedback.
All reactions