mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
use the current version of setup-go on GitHub Actions
This commit is contained in:
parent
b7652887d2
commit
fea55fa042
2 changed files with 2 additions and 2 deletions
2
.github/workflows/go-generate.yml
vendored
2
.github/workflows/go-generate.yml
vendored
|
@ -4,7 +4,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2.1.1
|
||||
- uses: actions/setup-go@v2
|
||||
- name: Install dependencies
|
||||
run: go build
|
||||
- name: Install code generators
|
||||
|
|
2
.github/workflows/unit.yml
vendored
2
.github/workflows/unit.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
name: Unit tests (${{ matrix.os}}, Go ${{ matrix.go }})
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2.1.1
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
- run: go version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue