Minimum Go 1.21, update quic-go, update some CI actions

This commit is contained in:
Neil Alexander 2024-05-27 22:03:41 +01:00
parent f56f9c124c
commit 5d9c5b3c9b
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
6 changed files with 53 additions and 45 deletions

View file

@ -23,9 +23,9 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "stable"
- name: Build package
env:
@ -54,9 +54,9 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "stable"
- name: Build package
env:
@ -85,9 +85,9 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "stable"
- name: Build package
run: sh contrib/msi/build-msi.sh ${{ matrix.pkgarch }}
@ -120,9 +120,9 @@ jobs:
path: vyatta-yggdrasil
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "stable"
- name: Build package
env: