Commit 992ffba
authored
ci: Test against current and previous Go versions (#57)
Go's support policy is to support the two most recent minor releases:
e.g., with the release of Go 1.25, the supported versions are
1.24 and 1.25. Most libraries follow the same support policy.
While the support policy for autogold is not necessarily written down,
given that 1.24 and 1.25 (current stable and oldstable) work fine,
test against both in CI until there's a reason not to.
Note:
The "stable" and "olstable" aliases require setup-go v3 or later.1 parent ac50e06 commit 992ffba
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | | - | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
0 commit comments