Update .gitea/workflows/test-pr.yml
This commit is contained in:
parent
75a7d4b7cc
commit
48d2997a63
|
@ -9,10 +9,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: setup go
|
- uses: actions/setup-go@v5
|
||||||
uses: https://github.com/actions/setup-go@v5
|
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.20.1'
|
go-version-file: 'go.mod'
|
||||||
- name: lint and build
|
- name: lint and build
|
||||||
run: |
|
run: |
|
||||||
make clean
|
make clean
|
||||||
|
|
Loading…
Reference in New Issue