update CI, support golang verison to 1.14+

moond4rk 4 years ago
parent 33d58b826f
commit a6fec9bf43
  1. 2
      .github/workflows/ci.yml

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

Loading…
Cancel
Save