Skip to content

Commit eaa3262

Browse files
authored
add Go 1.16 to the test matrix (#1562)
1 parent b7f0ce7 commit eaa3262

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
@@ -8,7 +8,7 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
go-version: [1.13.x, 1.14.x, 1.15.x]
11+
go-version: [1.13.x, 1.14.x, 1.15.x,1.16.x]
1212
platform: [ubuntu-latest, macos-latest, windows-latest]
1313
runs-on: ${{ matrix.platform }}
1414
steps:

0 commit comments

Comments
 (0)