Skip to content

Commit 0939eb5

Browse files
author
updatecli
committed
chore: deps(github-action): Bump Golang version to 1.26.4
Made with ❤️️ by updatecli
1 parent 5fe5439 commit 0939eb5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2525
with:
2626
cache: false
27-
go-version: 1.25.1
27+
go-version: 1.26.4
2828
id: go
2929
- name: Check out code into the Go module directory
3030
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2929
with:
3030
cache: false
31-
go-version: 1.25.1
31+
go-version: 1.26.4
3232
id: go
3333
- name: Install GoReleaser
3434
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0

0 commit comments

Comments
 (0)