Skip to content

Commit b735c33

Browse files
committed
Update go version github actions
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent b054d17 commit b735c33

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: "docker/setup-buildx-action@v3"
2626
- uses: "actions/setup-go@v5"
2727
with:
28-
go-version: "1.25"
28+
go-version: "1.26
2929
- uses: "actions/cache@v4"
3030
with:
3131
path: |

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929
- uses: "actions/setup-go@v5"
3030
with:
31-
go-version: "1.25"
31+
go-version: "1.26"
3232
- uses: "goreleaser/goreleaser-action@v6"
3333
with:
3434
distribution: "goreleaser"

0 commit comments

Comments
 (0)