We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94eb95c commit 09af6b1Copy full SHA for 09af6b1
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
58
with:
59
go-version-file: 'go.mod'
60
- cache: 'false'
+ 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