mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 05:07:36 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2.1.1
|
- uses: actions/setup-go@v2
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: go build
|
run: go build
|
||||||
- name: Install code generators
|
- 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 }})
|
name: Unit tests (${{ matrix.os}}, Go ${{ matrix.go }})
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2.1.1
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
- run: go version
|
- run: go version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue