Skip to content

Commit 44a01de

Browse files
committed
use stable/oldstable over specific Go versions
1 parent 709c967 commit 44a01de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go-version: [1.19.x, 1.20.x]
8+
go-version: ['stable', 'oldstable']
99
os: [ubuntu-latest, macos-latest, windows-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:

0 commit comments

Comments
 (0)