Skip to content

Commit ed1df87

Browse files
chore(deps): update dependency go to v1.26.1
1 parent c0b5e14 commit ed1df87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v5
1818
- uses: actions/setup-go@v6
1919
with:
20-
go-version: '1.25.3'
20+
go-version: '1.26.1'
2121
- name: golangci-lint
2222
uses: golangci/golangci-lint-action@v8.0.0
2323
with:
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v5
3131
- uses: actions/setup-go@v6
3232
with:
33-
go-version: '1.25.3'
33+
go-version: '1.26.1'
3434
- run: make test
3535
build:
3636
name: Build binaries
@@ -45,5 +45,5 @@ jobs:
4545
- uses: actions/checkout@v5
4646
- uses: actions/setup-go@v6
4747
with:
48-
go-version: '1.25.3'
48+
go-version: '1.26.1'
4949
- run: make build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v6
2525
with:
26-
go-version: 1.25.3
26+
go-version: 1.26.1
2727

2828
- name: Run GoReleaser
2929
uses: goreleaser/goreleaser-action@v6

0 commit comments

Comments
 (0)