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