diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 68804c1..bfadd86 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -16,7 +16,6 @@ jobs: fetch-depth: 1 - name: Test run: | - go mod tidy -v go test -race ./...