Fix go get for CI

This commit is contained in:
ErickSkrauch
2024-02-01 08:01:29 +01:00
parent 77e466cc0d
commit c95ecc2491

View File

@@ -46,7 +46,7 @@ jobs:
go-version-file: go.mod
- name: Install dependencies
run: go get .
run: go get ./...
- name: Go Format
run: gofmt -s -w . && git diff --exit-code