|
@@ -123,14 +123,14 @@ jobs:
|
|
|
echo "mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
|
|
echo "mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
|
|
|
|
|
|
|
|
- name: Cache the Go Build Cache
|
|
- name: Cache the Go Build Cache
|
|
|
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
|
|
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
|
|
with:
|
|
with:
|
|
|
path: ${{ steps.go.outputs.build-cache }}
|
|
path: ${{ steps.go.outputs.build-cache }}
|
|
|
key: ${{ runner.os }}-build-unit-tests-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
|
|
key: ${{ runner.os }}-build-unit-tests-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
|
|
|
restore-keys: ${{ runner.os }}-build-unit-tests-${{ github.sha }}-
|
|
restore-keys: ${{ runner.os }}-build-unit-tests-${{ github.sha }}-
|
|
|
|
|
|
|
|
- name: Cache Go Dependencies
|
|
- name: Cache Go Dependencies
|
|
|
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
|
|
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
|
|
with:
|
|
with:
|
|
|
path: ${{ steps.go.outputs.mod-cache }}
|
|
path: ${{ steps.go.outputs.mod-cache }}
|
|
|
key: ${{ runner.os }}-pkg-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
|
|
key: ${{ runner.os }}-pkg-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
|
|
@@ -198,14 +198,14 @@ jobs:
|
|
|
echo "mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
|
|
echo "mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
|
|
|
|
|
|
|
|
- name: Cache the Go Build Cache
|
|
- name: Cache the Go Build Cache
|
|
|
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
|
|
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
|
|
with:
|
|
with:
|
|
|
path: ${{ steps.go.outputs.build-cache }}
|
|
path: ${{ steps.go.outputs.build-cache }}
|
|
|
key: ${{ runner.os }}-build-unit-tests-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
|
|
key: ${{ runner.os }}-build-unit-tests-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
|
|
|
restore-keys: ${{ runner.os }}-build-unit-tests-${{ github.sha }}-
|
|
restore-keys: ${{ runner.os }}-build-unit-tests-${{ github.sha }}-
|
|
|
|
|
|
|
|
- name: Cache Go Dependencies
|
|
- name: Cache Go Dependencies
|
|
|
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
|
|
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
|
|
with:
|
|
with:
|
|
|
path: ${{ steps.go.outputs.mod-cache }}
|
|
path: ${{ steps.go.outputs.mod-cache }}
|
|
|
key: ${{ runner.os }}-pkg-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
|
|
key: ${{ runner.os }}-pkg-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
|
|
@@ -286,14 +286,14 @@ jobs:
|
|
|
echo "mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
|
|
echo "mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
|
|
|
|
|
|
|
|
- name: Cache the Go Build Cache
|
|
- name: Cache the Go Build Cache
|
|
|
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
|
|
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
|
|
with:
|
|
with:
|
|
|
path: ${{ steps.go.outputs.build-cache }}
|
|
path: ${{ steps.go.outputs.build-cache }}
|
|
|
key: ${{ runner.os }}-build-unit-tests-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
|
|
key: ${{ runner.os }}-build-unit-tests-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
|
|
|
restore-keys: ${{ runner.os }}-build-unit-tests-${{ github.sha }}-
|
|
restore-keys: ${{ runner.os }}-build-unit-tests-${{ github.sha }}-
|
|
|
|
|
|
|
|
- name: Cache Go Dependencies
|
|
- name: Cache Go Dependencies
|
|
|
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
|
|
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
|
|
with:
|
|
with:
|
|
|
path: ${{ steps.go.outputs.mod-cache }}
|
|
path: ${{ steps.go.outputs.mod-cache }}
|
|
|
key: ${{ runner.os }}-pkg-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
|
|
key: ${{ runner.os }}-pkg-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
|