Skip to content

Commit

Permalink
github action: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuadros committed Apr 21, 2021
1 parent 68a3d58 commit 609712c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.12.x, 1.13.x, 1.14.x]
go-version: [1.14.x, 1.15.x, 1.16.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -15,4 +15,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test -v ./...
run: go test ./...

0 comments on commit 609712c

Please sign in to comment.