Skip to content

Commit 1ddab70

Browse files
authored
Merge pull request #6572 from oasisprotocol/martin/internal/bump-net
Bump golang.org/x/net to v0.58.0
2 parents 7fdc582 + 0d67012 commit 1ddab70

39 files changed

Lines changed: 72 additions & 40 deletions

File tree

.changelog/6572.internal.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
go: Bump golang.org/x/net to v0.58.0

.changelog/6572.internal.2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
go: Bump Go to 1.26.6

.changelog/6572.internal.3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rust: Bump Rust toolchain to 2026-08-16

.changelog/6572.internal.4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rust: Bump mbedtls to 0.13.6

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Go
4747
uses: actions/setup-go@v6
4848
with:
49-
go-version: ">=1.26.0"
49+
go-version: ">=1.26.6"
5050
- name: Set up Rust
5151
run: rustup show
5252
- name: Install dependencies

.github/workflows/ci-reproducibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Go
4040
uses: actions/setup-go@v6
4141
with:
42-
go-version: ">=1.26.0"
42+
go-version: ">=1.26.6"
4343
- name: Set up Rust
4444
working-directory: build${{ matrix.build_number }}
4545
run: rustup show

.github/workflows/release-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Go
3636
uses: actions/setup-go@v6
3737
with:
38-
go-version: ">=1.26.0"
38+
go-version: ">=1.26.6"
3939
- name: Set up Rust
4040
run: rustup show
4141
- name: Install Oasis Node prerequisites

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Go
3939
uses: actions/setup-go@v6
4040
with:
41-
go-version: ">=1.26.0"
41+
go-version: ">=1.26.6"
4242

4343
- name: Set up Rust
4444
run: rustup show

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker/oasis-core-dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:24.04
22

33
# Package versions.
4-
ARG GO_VERSION=1.26.3
4+
ARG GO_VERSION=1.26.6
55
ARG GO_NANCY_VERSION=1.0.33
66
ARG GO_NANCY_CHECKSUM=a4bf5290d41b095c04f941ed5380674770c79d59735e33b1bd07a5cd5fbb135d
77
ARG GO_PROTOC_VERSION=3.6.1
@@ -10,7 +10,7 @@ ARG GOLANGCILINT_VERSION=2.12.2
1010
ARG GOCOVMERGE_VERSION=b5bfa59ec0adc420475f97f89b58045c721d761c
1111
ARG GOFUMPT_VERSION=v0.8.0
1212
ARG GOIMPORTS_VERSION=v0.36.0
13-
ARG RUST_NIGHTLY_VERSION=2025-06-23
13+
ARG RUST_NIGHTLY_VERSION=2026-08-16
1414
ARG JEMALLOC_VERSION=5.2.1
1515
ARG JEMALLOC_CHECKSUM=34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6
1616

0 commit comments

Comments
 (0)