Skip to content

Commit

Permalink
Fix go get for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erickskrauch committed Feb 1, 2024
1 parent 77e466c commit c95ecc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c95ecc2

Please sign in to comment.