From dd44267c082c98e99f08ca88ad85eb0b7fe93ef6 Mon Sep 17 00:00:00 2001 From: Marius Date: Wed, 13 Oct 2021 22:05:19 +0200 Subject: [PATCH] ci: Upgrade Go version for tests and releases --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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