This commit is contained in:
parent
505fd29032
commit
adcd3f146e
|
@ -7,14 +7,14 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.21.6
|
||||
go-version: 1.22.4
|
||||
- name: Build
|
||||
run: |
|
||||
make test
|
Loading…
Reference in a new issue