diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a825425..74b76c0 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -12,7 +12,7 @@ jobs: golangci: strategy: matrix: - go-version: [1.15.x,1.16.x] + go-version: [1.16.x, 1.17.x] os: [macos-latest, ubuntu-latest] name: lint runs-on: ${{ matrix.os }} @@ -26,7 +26,7 @@ jobs: build: strategy: matrix: - go-version: [ 1.13.x,1.14.x,1.15.x, 1.16.x ] + go-version: [ 1.16.x, 1.17.x ] os: [ macos-latest, ubuntu-latest ] runs-on: ${{ matrix.os }} steps: