ci: add Go 1.15.x

This commit is contained in:
ᴜɴᴋɴᴡᴏɴ
2020-09-04 11:45:24 +08:00
committed by GitHub
parent abeaefd44b
commit 01f073e4a0
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
go-version: [1.13.x, 1.14.x, 1.15.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps: