fix test action
This commit is contained in:
parent
106b26c8b2
commit
bc2ab3ea0e
@ -10,12 +10,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout gitea action'
|
- name: 'Checkout gitea action'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
uses: actions/setup-go@v5
|
||||||
- name: 'setup go'
|
|
||||||
uses: actions/setup-go@v4
|
|
||||||
with:
|
with:
|
||||||
go-version: '1.22'
|
go-version-file: 'go.mod'
|
||||||
|
|
||||||
|
- name: 'Go version'
|
||||||
|
run: go version
|
||||||
|
|
||||||
- name: 'Run Test'
|
- name: 'Run Test'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user