Skip to content

Commit 083e978

Browse files
committed
ci/gha: rm actions/cache from validate/deps job
Since commit e3cf217 actions/setup-go@v4 uses caching implicitly, so it is no longer required. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 57952fe commit 083e978

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,6 @@ jobs:
108108
uses: actions/setup-go@v4
109109
with:
110110
go-version: "${{ env.GO_VERSION }}"
111-
- name: cache go mod and $GOCACHE
112-
uses: actions/cache@v3
113-
with:
114-
path: |
115-
~/go/pkg/mod
116-
~/.cache/go-build
117-
key: ${{ runner.os }}-go.sum-${{ hashFiles('**/go.sum') }}
118-
restore-keys: ${{ runner.os }}-go.sum-
119111
- name: verify deps
120112
run: make verify-dependencies
121113

0 commit comments

Comments
 (0)