Skip to content

Commit cfa8c50

Browse files
author
Lucas Michot
committed
Do not test for 1.12.x and 1.13.x.
1 parent 20f49df commit cfa8c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
go-version: [ 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x ]
14+
go-version: [ 1.14.x, 1.15.x, 1.16.x ]
1515

1616
name: Go ${{ matrix.go-version }}
1717

0 commit comments

Comments
 (0)