Skip to content

Commit d84e1a5

Browse files
authored
Merge pull request #2431 from oasisprotocol/kostko/feature/oasis-core-26.0
Bump Oasis Core to 26.0
2 parents 3fd58e3 + 59ad3e9 commit d84e1a5

File tree

45 files changed

+1851
-2165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1851
-2165
lines changed

.github/actions/test-rust/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
- name: Install tarpaulin
1212
uses: taiki-e/install-action@v2
1313
with:
14-
tool: cargo-tarpaulin@0.32.5
14+
tool: cargo-tarpaulin@0.35.2
1515

1616
- name: Unit tests with coverage
1717
shell: bash

.github/workflows/ci-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Setup Go
123123
uses: actions/setup-go@v5
124124
with:
125-
go-version: "1.25.x"
125+
go-version: "1.26.x"
126126

127127
# Generate go.sum needed for linting.
128128
- name: Generate go.sum
@@ -134,7 +134,7 @@ jobs:
134134
uses: golangci/golangci-lint-action@v8
135135
with:
136136
# NOTE: The version must be specified without the patch version.
137-
version: v2.5
137+
version: v2.11
138138
working-directory: examples/${{ matrix.example }}
139139

140140
- name: Build ${{ matrix.example }}

.github/workflows/ci-lint.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ jobs:
7777
- name: Setup Go
7878
uses: actions/setup-go@v5
7979
with:
80-
go-version: "1.25.x"
80+
go-version: "1.26.x"
8181

8282
- name: Lint Go client-sdk
8383
uses: golangci/golangci-lint-action@v8
8484
with:
8585
# NOTE: The version must be specified without the patch version.
86-
version: v2.5
86+
version: v2.11
8787
working-directory: client-sdk/go
8888

8989
lint-go-tests-e2e:
@@ -106,13 +106,13 @@ jobs:
106106
- name: Setup Go
107107
uses: actions/setup-go@v5
108108
with:
109-
go-version: "1.25.x"
109+
go-version: "1.26.x"
110110

111111
- name: Lint E2E tests
112112
uses: golangci/golangci-lint-action@v8
113113
with:
114114
# NOTE: The version must be specified without the patch version.
115-
version: v2.5
115+
version: v2.11
116116
working-directory: tests/e2e
117117

118118
lint-go-reflect:
@@ -125,13 +125,13 @@ jobs:
125125
- name: Setup Go
126126
uses: actions/setup-go@v5
127127
with:
128-
go-version: "1.25.x"
128+
go-version: "1.26.x"
129129

130130
- name: Lint reflect-go
131131
uses: golangci/golangci-lint-action@v8
132132
with:
133133
# NOTE: The version must be specified without the patch version.
134-
version: v2.5
134+
version: v2.11
135135
working-directory: client-sdk/ts-web/core/reflect-go
136136

137137
lint-ts-web:

.github/workflows/ci-longtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: "1.25.x"
25+
go-version: "1.26.x"
2626

2727
- name: Install Oasis dependencies
2828
run: |

.github/workflows/ci-test.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
CMAKE_POLICY_VERSION_MINIMUM: 3.5
2525

2626
permissions:
27-
id-token: write # Needed for "use_oidc" in codecov
27+
id-token: write # Needed for "use_oidc" in codecov
2828
contents: read
2929

3030
jobs:
@@ -150,7 +150,7 @@ jobs:
150150
- name: Set up Go
151151
uses: actions/setup-go@v5
152152
with:
153-
go-version: "1.25.x"
153+
go-version: "1.26.x"
154154

155155
- name: Unit tests with coverage
156156
working-directory: client-sdk/go
@@ -160,7 +160,7 @@ jobs:
160160
uses: codecov/codecov-action@v5.5.1
161161
with:
162162
directory: client-sdk/go
163-
use_oidc: true # Upload authentication to avoid rate-limiting
163+
use_oidc: true # Upload authentication to avoid rate-limiting
164164

165165
test-go-tools:
166166
name: test-tools
@@ -172,7 +172,7 @@ jobs:
172172
- name: Set up Go
173173
uses: actions/setup-go@v5
174174
with:
175-
go-version: "1.25.x"
175+
go-version: "1.26.x"
176176

177177
- name: Test build orc
178178
working-directory: tools/orc
@@ -457,7 +457,7 @@ jobs:
457457
- name: Set up Go
458458
uses: actions/setup-go@v5
459459
with:
460-
go-version: "1.25.x"
460+
go-version: "1.26.x"
461461

462462
- name: Install Oasis dependencies
463463
run: |
@@ -564,7 +564,7 @@ jobs:
564564
- name: Set up Go
565565
uses: actions/setup-go@v5
566566
with:
567-
go-version: "1.25.x"
567+
go-version: "1.26.x"
568568

569569
- name: Generate
570570
working-directory: client-sdk/ts-web/core/reflect-go
@@ -613,7 +613,7 @@ jobs:
613613
- name: Set up Go
614614
uses: actions/setup-go@v5
615615
with:
616-
go-version: "1.25.x"
616+
go-version: "1.26.x"
617617

618618
- name: Install Oasis dependencies
619619
run: |

0 commit comments

Comments
 (0)