ci: Upgrade Go version for tests and releases
This commit is contained in:
parent
5614cecb60
commit
dd44267c08
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue