Skip to content

Commit edf9b3c

Browse files
committed
dont use cache
1 parent 09af6b1 commit edf9b3c

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
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
5757
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
5858
with:
59-
go-version-file: 'go.mod'
59+
go-version: '1.25.7'
6060
cache: false
6161
- name: Set Start Time
6262
run: echo "START_TIME=$(date +"%Y-%m-%dT%H:%M:%S.%NZ")" >> ${GITHUB_ENV}

0 commit comments

Comments
 (0)