Skip to content

Commit

Permalink
changing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Nov 3, 2021
1 parent b178314 commit e8be11a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
go-version: [1.16.x, 1.17.x]
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout Code
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Test
run: |
go mod tidy -v
go test -race ./...

0 comments on commit e8be11a

Please sign in to comment.