Skip to content

Commit

Permalink
Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xBlaz3kx committed Jan 16, 2024
1 parent 9461c7e commit e8eec9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
go-version: 1.19

- name: Download Go modules
run: go mod download
run: |
cd 2.2.1
go mod download
- name: Format Go code
run: go fmt ./2.2.1/...

0 comments on commit e8eec9c

Please sign in to comment.