Test on golang 1.16.x

This commit is contained in:
Christoph Petrausch
2021-02-22 19:24:20 +01:00
parent 325ca00bce
commit bb105aef38
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.14.x, 1.15.x, 1.16.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps: