Skip to content

Commit 4ec0473

Browse files
committed
raise minimum supported Go version
1 parent d5f5e3c commit 4ec0473

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.17', '1.18']
10+
gorelease: ['1.18', '1.19']
1111
steps:
1212
- uses: actions/checkout@v3
1313

0 commit comments

Comments
 (0)