Skip to content

Commit 75d79ee

Browse files
committed
ci: use oldstable and stable Go versions
The upside is, we don't have to bump the versions here every 6 months. The downside is, CI might break once the new Go is out. Overall I think it is net positive. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 5610abd commit 75d79ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
go: [1.21.x, 1.22.x]
17+
go: [oldstable, stable]
1818

1919
steps:
2020
- name: checkout source code

0 commit comments

Comments
 (0)