Skip to content

Commit

Permalink
specify full go.mod path in lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-garrison committed Jun 11, 2024
1 parent a3f6341 commit 6a50558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go env
uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version-file: go/src/github.com/${{ env.REPOSITORY }}/go.mod
- name: Set $GOPATH
run: |
echo "GOPATH=${{ github.workspace }}/go" >> $GITHUB_ENV
Expand Down

0 comments on commit 6a50558

Please sign in to comment.