add Go 1.14

pull/22/head
Daniel Martí 4 years ago
parent 302cc137b6
commit 95c59d7f9a

@ -4,7 +4,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
go-version: [1.13.x] go-version: [1.13.x, 1.14.x]
platform: [ubuntu-latest, macos-latest, windows-latest] platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
steps: steps:
@ -13,6 +13,6 @@ jobs:
with: with:
go-version: ${{ matrix.go-version }} go-version: ${{ matrix.go-version }}
- name: Checkout code - name: Checkout code
uses: actions/checkout@v1 uses: actions/checkout@v2
- name: Test - name: Test
run: go test ./... run: go test ./...

Loading…
Cancel
Save