.github/workflows: add Go tip tests and bump tests to Go 1.16

This commit is contained in:
Filippo Valsorda
2021-03-09 18:51:05 -05:00
committed by GitHub
parent 225044b061
commit 6c8d072dd8
2 changed files with 35 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [1.14.x, 1.x]
go: [1.15.x, 1.16.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
@@ -16,7 +16,7 @@ jobs:
go-version: ${{ matrix.go }}
- name: Checkout repository
uses: actions/checkout@v2
# - name: Run analyses
# run: go run analysis.go ./...
with:
fetch-depth: 0
- name: Run tests
run: go test -race ./...