Skip to content

Commit

Permalink
add step to download deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-m-song committed Feb 5, 2024
1 parent 5ea82be commit 8e08042
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
with:
go-version-file: go.mod

- name: Download dependencies
run: go mod download

- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 8e08042

Please sign in to comment.