We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fd2db commit 2efd0e1Copy full SHA for 2efd0e1
.github/workflows/test-375-main.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/setup-go@v6
21
with:
22
go-version: '1.25.3'
23
- # cache-dependency-path: 'go.sum'
+ cache-dependency-path: 'go.mod'
24
# cache: false
25
26
- name: Test Go installation
0 commit comments