chore: update CI, support golang verison to 1.14+

pull/83/head
moond4rk 4 years ago committed by ᴍᴏᴏɴD4ʀᴋ
parent 07b4a888ea
commit ba10711b5b
  1. 2
      .github/workflows/ci.yml

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: [1.11, 1.12, 1.13, 1.14, 1.15]
goVer: [1.14, 1.15]
steps:
- name: Set up Go ${{ matrix.goVer }}

Loading…
Cancel
Save