Fix pipeline

This commit is contained in:
2024-08-25 17:07:45 +02:00
parent 958ddcddbb
commit f8c5ca90f6

View File

@ -15,7 +15,7 @@ jobs:
with:
go-version-file: 'go.mod'
- name: Install dependencies
run: go get .
run: go get ./...
- name: Build
run: go build -v ./...
- name: Test