diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f992c84..a3d8aca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.15.x, 1.16.x] + go-version: [1.16.x, 1.17.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: @@ -27,10 +27,10 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') steps: - - name: Install Go 1.13.1 + - name: Install Go 1.17.2 uses: actions/setup-go@v2 with: - go-version: '1.13.1' + go-version: '1.17.2' - name: Checkout code uses: actions/checkout@v2 - name: Build TUSD