Skip to content

Commit 1dd61e7

Browse files
committed
fix: update Go version to 1.26.4, fix lint errors
1 parent 530cf8f commit 1dd61e7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ concurrency:
3232
cancel-in-progress: true
3333

3434
env:
35-
GO_VERSION: "1.26.3"
35+
GO_VERSION: "1.26.4"
3636
GOPROXY: "https://proxy.golang.org,direct"
3737

3838
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2727
with:
28-
go-version: "1.26.3"
28+
go-version: "1.26.4"
2929
cache: true
3030

3131
- name: Run GoReleaser

go.mod

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.26.3
1+
go 1.26.4
22

33
use .
44

0 commit comments

Comments
 (0)