Skip to content

Commit 76c4dfa

Browse files
committed
Bump to go 1.26.1
1 parent de71225 commit 76c4dfa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- master
1212

1313
env:
14-
GO_VERSION: "1.25.6"
14+
GO_VERSION: "1.26.1"
1515

1616
jobs:
1717
# Runs Golangci-lint on the source code

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set Up Go
1717
uses: actions/setup-go@v6
1818
with:
19-
go-version: "1.25.6"
19+
go-version: "1.26.1"
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v7
2222
with:

0 commit comments

Comments
 (0)