ci: Automatically use latest Go versions (#934)

Provided by https://github.com/actions/setup-go/releases/tag/v3.5.0
This commit is contained in:
Marius 2023-04-03 09:54:44 +02:00 committed by GitHub
parent a16d9a2ac6
commit dcec3df83f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
go-version: [1.18.x, 1.19.x] go-version: [stable, oldstable]
platform: [ubuntu-latest, macos-latest, windows-latest] platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
env: env:

View File

@ -81,10 +81,10 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- -
name: Install Go 1.19 name: Install Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '1.19.5' go-version: 'stable'
- -
name: Build TUSD name: Build TUSD