chore(ci): remove duplicated cache restore action

This commit is contained in:
0xJacky 2024-01-29 16:23:24 +08:00
parent a798b2cce9
commit de8d6073a3
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0

View file

@ -123,17 +123,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ^1.21.6
- name: Set up cache
uses: actions/cache@v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-${{ env.GOOS }}-${{ env.GOARCH }}${{ env.GOARM }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-${{ env.GOOS }}-${{ env.GOARCH }}${{ env.GOARM }}-go-
- name: Setup compiler environment
id: info
run: |