Skip to content

Commit

Permalink
ci: staticcheck: fix go.mod path
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Aug 11, 2023
1 parent 5f05ab1 commit 01c7031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-static-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: manager/go.mod
go-version-file: go.mod
- name: Copy built frontend
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 01c7031

Please sign in to comment.