Commit fc9c660
ci: use supported Go versions
This reduces maintenance burden by letting setup-go track our Go
versions.
actions/setup-go supports "stable" and "oldstable" as automatic aliases
for the latest release and the previous to latest release, which was our
intent with two of these three hard-coded versions. The third is
hard-coded to match our `go.mod`, which actions/setup-go also supports
reading from, so we can be completely DRY here.
Co-authored-by: Tianon Gravi <[email protected]>
Signed-off-by: Kir Kolyshkin <[email protected]>1 parent 5610abd commit fc9c660
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
26 | | - | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
0 commit comments