Skip to content

Commit

Permalink
test gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jan 3, 2024
1 parent 0fd99f0 commit d25c43c
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 @@ -7,7 +7,7 @@ jobs:
Lint:
runs-on: "ubuntu-latest"
env:
GOPATH: "/usr/local/go"
GOPATH: "/home/runner/go"
steps:
- run: "echo \"${PATH}:${GOPATH}/bin\" >> $GITHUB_PATH"
- uses: "actions/checkout@v4"
Expand Down

0 comments on commit d25c43c

Please sign in to comment.