Skip to content

Commit df9ed89

Browse files
committed
feat(ci): actually cache gobuilds
1 parent a4b8c8a commit df9ed89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clustertool.release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
1515
with:
1616
go-version: stable
17+
cache: true
1718
# - name: Install Syft
1819
# run: sudo curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
1920
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

0 commit comments

Comments
 (0)