We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f6ed8 commit 5249e74Copy full SHA for 5249e74
1 file changed
.github/workflows/main.yaml
@@ -25,15 +25,15 @@ jobs:
25
- uses: "docker/setup-buildx-action@v3"
26
- uses: "actions/setup-go@v5"
27
with:
28
- go-version: "1.26
+ go-version: "1.26"
29
- uses: "actions/cache@v4"
30
31
path: |
32
~/.cache/go-build
33
~/go/pkg/mod
34
- key: ${{ runner.os }}-go-1.25-${{ hashFiles('**/go.sum') }}
+ key: ${{ runner.os }}-go-1.26-${{ hashFiles('**/go.sum') }}
35
restore-keys: |
36
- ${{ runner.os }}-go-1.25-
+ ${{ runner.os }}-go-1.26-
37
- run: |
38
go mod download
39
0 commit comments