Skip to content

Commit

Permalink
ci: Upgrade Go version for tests and releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut authored Oct 13, 2021
1 parent 5614cec commit dd44267
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit dd44267

Please sign in to comment.