.github: update actions/setup-go to v5, bump toolchain (#80)

This commit is contained in:
M. J. Fromberger 2024-10-17 10:48:56 -07:00 committed by GitHub
parent c52e483b8a
commit 71544a382a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.19', '1.20', '1.21']
go-version: ['1.21', 'stable']
steps:
- name: Install Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4

View File

@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21