Skip to content

Commit b4af396

Browse files
author
updatecli
committed
chore: deps(github-action): Bump Golang version to 1.26.2
Made with ❤️️ by updatecli
1 parent 487d595 commit b4af396

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3131
with:
3232
cache: false
33-
go-version: 1.26.1
33+
go-version: 1.26.2
3434
id: go
3535
- name: Check out code into the Go module directory
3636
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/release-sandbox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Go
3434
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3535
with:
36-
go-version: 1.26.1
36+
go-version: 1.26.2
3737
id: go
3838
- name: Install GoReleaser
3939
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Go
3434
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3535
with:
36-
go-version: 1.26.1
36+
go-version: 1.26.2
3737
id: go
3838
- name: Install GoReleaser
3939
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0

0 commit comments

Comments
 (0)