Skip to content

Commit 6138b14

Browse files
Merge pull request #217 from connorkuehl/ck/gha/go_aliases
ci: use 'stable' and 'oldstable' aliases respectively
2 parents 2e3d018 + 170ed18 commit 6138b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goqemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
# track upstream Go's currently supported stable versions.
10-
gorelease: ['1.18', '1.19']
10+
gorelease: ['stable', 'oldstable']
1111
steps:
1212
- uses: actions/checkout@v3
1313

0 commit comments

Comments
 (0)