Fixed workflows

This commit is contained in:
Karma Riuk 2023-08-11 14:29:35 +02:00
parent 437b81a126
commit c6aca1e6d6
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Build
run: go build -v ./...

View File

@ -16,6 +16,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Build
run: go build -v ./...