Skip to content

Commit

Permalink
setup go for host
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Sep 28, 2023
1 parent 57e3066 commit a6753ce
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,11 @@ jobs:
host-update:
name: Update BTF Archive
needs: archive-checkout
env:
HOME: "/tmp/root"
GOPATH: "/tmp/go"
GOCACHE: "/tmp/go-cache"
GOROOT: "/usr/local/go"
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
#
- name: Setup Swap File
run: |
Expand Down

0 comments on commit a6753ce

Please sign in to comment.