Skip to content

Commit

Permalink
Add go mod tidy to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fda authored Jul 30, 2024
1 parent a500811 commit cf31d4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
go-version: '1.22'

- name: Get dependencies
run: go mod tidy

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

Expand Down

0 comments on commit cf31d4f

Please sign in to comment.