support golang 1.15 ci

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-08-17 10:18:18 +08:00
parent 4af1d08163
commit 9ff21dfec9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
goVer: [1.11, 1.12, 1.13, 1.14]
goVer: [1.11, 1.12, 1.13, 1.14, 1.15]
steps:
- name: Set up Go ${{ matrix.goVer }}