support go 1.11, 1.12 and windows 386 release

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-07-10 10:53:49 +08:00
parent 3c8dc69700
commit b3ec1f18ef
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
goVer: [1.13, 1.14]
goVer: [1.11, 1.12, 1.13, 1.14]
steps:
- name: Set up Go ${{ matrix.goVer }}