We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442ad82 commit 0801ef5Copy full SHA for 0801ef5
.github/actions/default/action.yml
@@ -24,4 +24,4 @@ runs:
24
key: ${{ runner.os }}-golang
25
path: |
26
~/.cache/golangci-lint
27
- ~/go
+ /tmp/go
.github/workflows/main-shipfox.yml
@@ -27,7 +27,7 @@ jobs:
Dirty:
28
runs-on: "shipfox-4vcpu-ubuntu-2404"
29
env:
30
- GOPATH: ~/go
+ GOPATH: /tmp/go
31
steps:
32
- uses: 'actions/checkout@v4'
33
with:
@@ -55,7 +55,7 @@ jobs:
55
Tests:
56
57
58
59
60
61
0 commit comments