Skip to content

Commit 09af6b1

Browse files
committed
dont use cache
1 parent 94eb95c commit 09af6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
5858
with:
5959
go-version-file: 'go.mod'
60-
cache: 'false'
60+
cache: false
6161
- name: Set Start Time
6262
run: echo "START_TIME=$(date +"%Y-%m-%dT%H:%M:%S.%NZ")" >> ${GITHUB_ENV}
6363
- name: Create Directory

0 commit comments

Comments
 (0)