File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 5050 go-version : ' stable'
5151 check-latest : true
5252 cache : true
53+ -
54+ name : chmod cache dir
55+ run : |
56+ chmod -R 0755 \
57+ ~/.cache/go-build \
58+ ~/go/pkg/mod
59+ -
60+ name : Action Cache
61+ uses : actions/cache@v4
62+ with :
63+ path : |
64+ ~/.cache/go-build
65+ ~/go/pkg/mod
66+ key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
67+ restore-keys : |
68+ ${{ runner.os }}-go-
5369 -
5470 name : Setup SSH key for private dependencies
5571 uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
Original file line number Diff line number Diff line change @@ -94,13 +94,13 @@ jobs:
9494 go-version : ${{ matrix.go }}
9595 check-latest : true
9696 cache : true
97- -
97+ -
9898 name : chmod cache dir
9999 run : |
100100 chmod -R 0755 \
101101 ~/.cache/go-build \
102102 ~/go/pkg/mod
103- -
103+ -
104104 name : Action Cache
105105 uses : actions/cache@v4
106106 with :
You can’t perform that action at this time.
0 commit comments