Fix pipeline

This commit is contained in:
Valentin Brandl 2024-08-25 17:07:45 +02:00
parent 958ddcddbb
commit f8c5ca90f6
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

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