Skip to content

Commit f7e0249

Browse files
Update github workflows
Generated by renovateBot
1 parent 8a8c5eb commit f7e0249

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
28+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
2929
with:
3030
path: |
3131
~/go/pkg/mod
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Go
3737
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3838
with:
39-
go-version: "1.25"
39+
go-version: "1.26"
4040

4141
- name: Download Go modules
4242
run: go mod download

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Fetch all tags
7171
run: git fetch --force --tags
7272

73-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
73+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
7474
with:
7575
path: |
7676
~/go/pkg/mod
@@ -81,7 +81,7 @@ jobs:
8181
- name: Set up Go
8282
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
8383
with:
84-
go-version: "1.25"
84+
go-version: "1.26"
8585

8686
- name: Run GoReleaser
8787
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2626
with:
27-
go-version: "1.25"
27+
go-version: "1.26"
2828
cache: true
2929

3030
- name: Download Go modules

0 commit comments

Comments
 (0)