[_]
This commit is contained in:
parent
e394e75ffa
commit
b975f25bab
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go: [1.21.1]
|
||||
runs-on: "ubuntu-20.04"
|
||||
runs-on: "ubuntu-22.04"
|
||||
steps:
|
||||
- name: Arm Build
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/pr-test.yml
vendored
2
.github/workflows/pr-test.yml
vendored
|
|
@ -63,7 +63,7 @@ env:
|
|||
|
||||
jobs:
|
||||
UnitTest:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
go: [1.20.0, 1.21.1]
|
||||
|
|
|
|||
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
|
|
@ -67,7 +67,7 @@ env:
|
|||
|
||||
jobs:
|
||||
unit-test:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
go: [1.20.0, 1.21.1]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue