Skip to content

Commit

Permalink
fix go dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoSchw committed Mar 9, 2024
1 parent 12e4c9b commit 61a2a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
go-version: '1.21.x'
- name: Install dependencies
run: go get -u all
run: go get -u ./...
- name: Build
run: go build -v ./...
- name: Test with Go
Expand Down

0 comments on commit 61a2a13

Please sign in to comment.