Skip to content

Commit 9368ac6

Browse files
committed
Do not use Go cache in verify-licenses step
1 parent 3f2e2a5 commit 9368ac6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ jobs:
4949
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5050
with:
5151
go-version: stable
52-
check-latest: true
53-
cache-dependency-path: "**/go.sum"
52+
cache: 'false'
5453
- run: make notices-update check-clean-work-tree

0 commit comments

Comments
 (0)