This commit is contained in:
parent
187ed5987d
commit
68f8dc50e0
@ -7,5 +7,9 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '>=1.24'
|
||||
|
||||
- name: Test
|
||||
run: go test . -v
|
||||
|
Loading…
x
Reference in New Issue
Block a user