CI setup 1

This commit is contained in:
Niko Abeler 2024-05-18 19:54:58 +02:00
parent 49a602f68b
commit e0d6f4f223
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
go-version: '1.22'
- uses: actions/setup-python@v5
with:
python-version: 'py3.11'
python-version: '3.11'
- name: Build
run: go build -v ./...