CI setup 1
This commit is contained in:
parent
49a602f68b
commit
e0d6f4f223
|
@ -22,7 +22,7 @@ jobs:
|
||||||
go-version: '1.22'
|
go-version: '1.22'
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 'py3.11'
|
python-version: '3.11'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./...
|
run: go build -v ./...
|
||||||
|
|
Loading…
Reference in New Issue