Skip to content

Commit 6bf3feb

Browse files
committed
build(deps): Bump golang to 1.26.0
1 parent 00a63cf commit 6bf3feb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Go
4242
uses: actions/setup-go@v6
4343
with:
44-
go-version: "1.25.x"
44+
go-version: "1.26.x"
4545
cache: false
4646
- name: Install gitlint
4747
run: |

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Go
3030
uses: actions/setup-go@v6
3131
with:
32-
go-version: "1.25.x"
32+
go-version: "1.26.x"
3333
- name: Cache Go dependencies
3434
uses: actions/cache@v4
3535
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
goreleaser:
1313
runs-on: ubuntu-latest
1414
container:
15-
image: ghcr.io/goreleaser/goreleaser-cross:v1.25
15+
image: ghcr.io/goreleaser/goreleaser-cross:v1.26
1616
options: --user 1001
1717
steps:
1818
- name: Checkout
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v6
2424
with:
25-
go-version: "1.25.x"
25+
go-version: "1.26.x"
2626
- name: Install GoReleaser
2727
uses: goreleaser/goreleaser-action@v6
2828
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/oasisprotocol/cli
22

3-
go 1.25.5
3+
go 1.26.0
44

55
replace github.com/cometbft/cometbft => github.com/oasisprotocol/cometbft v0.37.15-oasis1
66

0 commit comments

Comments
 (0)