Skip to content

Commit 77f7306

Browse files
Update github workflows
Generated by renovateBot
1 parent bb59f6f commit 77f7306

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030

31-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
31+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
3232
with:
3333
path: |
3434
~/go/pkg/mod
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Go
5252
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
5353
with:
54-
go-version: "1.25"
54+
go-version: "1.26"
5555

5656
- name: Download Go modules
5757
run: go mod download

0 commit comments

Comments
 (0)