Skip to content

Commit 6c10fa9

Browse files
committed
use oldstable and stable
1 parent 911e8e7 commit 6c10fa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

99
strategy:
1010
matrix:
11-
go: [1.22, 1.23]
11+
go: [stable, oldstable]
1212

1313
steps:
1414
- name: Set up Go

.github/workflows/goveralls.yml

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

99
strategy:
1010
matrix:
11-
go: [1.22, 1.23]
11+
go: [stable, oldstable]
1212

1313
steps:
1414
- name: Set up Go

0 commit comments

Comments
 (0)