We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f386f18 commit 94eb95cCopy full SHA for 94eb95c
.github/workflows/ci.yml
@@ -57,6 +57,7 @@ jobs:
57
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
58
with:
59
go-version-file: 'go.mod'
60
+ cache: 'false'
61
- name: Set Start Time
62
run: echo "START_TIME=$(date +"%Y-%m-%dT%H:%M:%S.%NZ")" >> ${GITHUB_ENV}
63
- name: Create Directory
0 commit comments