Skip to content

Commit

Permalink
fix: github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wintermi committed Jul 16, 2023
1 parent 1d12faf commit f68c00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: go version

- name: Install dependencies
run: go get .
run: go get ./...

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit f68c00f

Please sign in to comment.