Commit a257beb
authored
Add minimum supported Go version to CI (#1303)
* Add minimum supported Go version to CI
On top of automatically testing against the two most recent releases (what Go upstream supports), also test explicitly against our lower bound.
As noted in the previous change, don't have a `go.mod` to source this information from, so it's simply hard-coded in this file instead.
(I chose 1.21 as that was the lowest version we were testing against previously, but it's possible that could go lower or actually reasonably needs to go higher.)
Signed-off-by: Tianon Gravi <[email protected]>
* Add explicit `GOTOOLCHAIN=local` in CI
Signed-off-by: Tianon Gravi <[email protected]>
---------
Signed-off-by: Tianon Gravi <[email protected]>1 parent 5caf304 commit a257beb
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
0 commit comments