Fix Go the versions used by our workflow tests #1564
brackendawson
started this conversation in
Ideas
Replies: 1 comment
-
|
I'm using @arnested go version action on multiple projects and I'm happy with it. https://github.com/arnested/go-version-action It solves the issue very conveniently |
Beta Was this translation helpful? Give feedback.
0 replies
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