There was an error while loading. Please reload this page.
1 parent 4c4c89f commit 7fa8a3aCopy full SHA for 7fa8a3a
1 file changed
.github/workflows/docker.yaml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
30
31
- - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
+ - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
32
with:
33
path: |
34
~/go/pkg/mod
@@ -51,7 +51,7 @@ jobs:
51
- name: Set up Go
52
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
53
54
- go-version: "1.25"
+ go-version: "1.26"
55
56
- name: Download Go modules
57
run: go mod download
0 commit comments