You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: ensure compatibility for all supported Go versions
Use matrix testing to test on currently supported Go versions,
including 1.19 pre-release.
The `go.mod` compatibility level is also set to 1.17. Once 1.19
is released, we should bump to 1.18, as Go always supports the
current version and one older, so we should stick with this as
well.
Signed-off-by: Milas Bowman <[email protected]>
0 commit comments