Skip to content

Commit e24c279

Browse files
committed
fixed: gh actions
1 parent 7a357a0 commit e24c279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
strategy:
1414
matrix:
15-
go-version: [1.13.x, 1.14.x]
15+
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x]
1616
#os: [ubuntu-latest, macos-latest, windows-latest]
1717
os: [ubuntu-latest]
1818
fail-fast: false

0 commit comments

Comments
 (0)