Skip to content

Commit de8d607

Browse files
committed
chore(ci): remove duplicated cache restore action
1 parent a798b2c commit de8d607

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -123,17 +123,7 @@ jobs:
123123
uses: actions/setup-go@v5
124124
with:
125125
go-version: ^1.21.6
126-
127-
- name: Set up cache
128-
uses: actions/cache@v4
129-
with:
130-
path: |
131-
~/.cache/go-build
132-
~/go/pkg/mod
133-
key: ${{ runner.os }}-${{ env.GOOS }}-${{ env.GOARCH }}${{ env.GOARM }}-go-${{ hashFiles('**/go.sum') }}
134-
restore-keys: |
135-
${{ runner.os }}-${{ env.GOOS }}-${{ env.GOARCH }}${{ env.GOARM }}-go-
136-
126+
137127
- name: Setup compiler environment
138128
id: info
139129
run: |

0 commit comments

Comments
 (0)