Skip to content

Commit 0801ef5

Browse files
committed
ci: Add shipfox
1 parent 442ad82 commit 0801ef5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/default/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ runs:
2424
key: ${{ runner.os }}-golang
2525
path: |
2626
~/.cache/golangci-lint
27-
~/go
27+
/tmp/go

.github/workflows/main-shipfox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
Dirty:
2828
runs-on: "shipfox-4vcpu-ubuntu-2404"
2929
env:
30-
GOPATH: ~/go
30+
GOPATH: /tmp/go
3131
steps:
3232
- uses: 'actions/checkout@v4'
3333
with:
@@ -55,7 +55,7 @@ jobs:
5555
Tests:
5656
runs-on: "shipfox-4vcpu-ubuntu-2404"
5757
env:
58-
GOPATH: ~/go
58+
GOPATH: /tmp/go
5959
steps:
6060
- uses: 'actions/checkout@v4'
6161
with:

0 commit comments

Comments
 (0)