Skip to content

Commit

Permalink
test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jan 3, 2024
1 parent 2d9e72a commit 9b5b30f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
Audit:
runs-on: "ubuntu-latest"
env:
GOHOME: "/home/runner/go"
GOPATH: "/home/runner/go"
steps:
- run: "echo \"${PATH}:${GOHOME}/bin\" >> $GITHUB_PATH"
- run: "echo \"${PATH}:${GOPATH}/bin\" >> $GITHUB_PATH"
- uses: "actions/checkout@v4"
- run: "sudo apt-add-repository ppa:longsleep/golang-backports"
- run: "sudo apt-get update"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
Lint:
runs-on: "ubuntu-latest"
env:
GOHOME: "/home/runner/go"
GOPATH: "/home/runner/go"
steps:
- run: "echo \"${PATH}:${GOHOME}/bin\" >> $GITHUB_PATH"
- run: "echo \"${PATH}:${GOPATH}/bin\" >> $GITHUB_PATH"
- uses: "actions/checkout@v4"
- run: "sudo apt-add-repository ppa:longsleep/golang-backports"
- run: "sudo apt-get update"
Expand Down

0 comments on commit 9b5b30f

Please sign in to comment.