Skip to content

Commit a26fd50

Browse files
committed
ci: cache Go only once
1 parent ec7b117 commit a26fd50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/setup-go/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ runs:
66
steps:
77
- uses: buildjet/setup-go@v4
88
with:
9-
cache: true
9+
# We do our own caching for implementation clarity.
10+
cache: false
1011
go-version: "1.20.5"
1112

1213
- name: Cache go

0 commit comments

Comments
 (0)