Skip to content

Commit

Permalink
chore(workflow): change install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
viquitorreis committed Jul 13, 2024
1 parent 9d0fb9e commit 9ae8aee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.12.5'
- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./...
- name: Test with the Go CLI
Expand Down

0 comments on commit 9ae8aee

Please sign in to comment.