Skip to content

Commit

Permalink
github: add step to install Go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Oct 3, 2024
1 parent 167e12d commit dfc0f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gha-go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Install dependencies
run: go mod download
- name: Run vet
run: make vet
- name: Run staticcheck
Expand Down

0 comments on commit dfc0f34

Please sign in to comment.