Skip to content

Commit

Permalink
Added go mod download to action
Browse files Browse the repository at this point in the history
  • Loading branch information
xBlaz3kx committed Jan 16, 2024
1 parent 1af5662 commit 9461c7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ jobs:
with:
go-version: 1.19

- name: Download Go modules
run: go mod download

- name: Format Go code
run: go fmt ./2.2.1/...

0 comments on commit 9461c7e

Please sign in to comment.