Skip to content

Commit

Permalink
task: Updating github actions
Browse files Browse the repository at this point in the history
Updating github actions to run Go 1.16 and 1.17, also removing the tidy part of the tests
  • Loading branch information
paganotoni committed Nov 3, 2021
1 parent ef0c25f commit 716ab08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.12.x, 1.13.x]
go-version: [1.16.x, 1.17.x]
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout Code
Expand All @@ -16,7 +16,6 @@ jobs:
fetch-depth: 1
- name: Test
run: |
go mod tidy -v
go test -race ./...

0 comments on commit 716ab08

Please sign in to comment.