Skip to content

Commit

Permalink
Specify full path for go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Apr 19, 2024
1 parent e82b122 commit 824da99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version-file: 'progress-watchdog/go.mod'
- name: "Lint"
run: go vet
- name: "Test"
Expand Down

0 comments on commit 824da99

Please sign in to comment.