From e8be11a7994a0c75b1c01e56911fc0cedd4d60c7 Mon Sep 17 00:00:00 2001 From: Antonio Pagano Date: Wed, 3 Nov 2021 07:40:04 -0500 Subject: [PATCH] changing github actions --- .github/workflows/tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3784b53..01fba92 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 ./... -