Skip to content

Commit 7c8b5ff

Browse files
committed
update go version
1 parent c024956 commit 7c8b5ff

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: "1.23"
24+
go-version: "1.26"
2525
cache: true
2626

2727
- name: Check Formatting (gofmt)

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: "1.23"
23+
go-version: "1.26"
2424
cache: true
2525

2626
- name: Run GoReleaser

0 commit comments

Comments
 (0)