ci: Upgrade Go version for tests and releases

This commit is contained in:
Marius 2021-10-13 22:05:19 +02:00 committed by GitHub
parent 5614cecb60
commit dd44267c08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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