Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(multidim-interop): add go v0.31 #289

Merged
merged 4 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions multidim-interop/impl/go/v0.27/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion multidim-interop/impl/go/v0.27/version.lock

This file was deleted.

32 changes: 0 additions & 32 deletions multidim-interop/impl/go/v0.28/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion multidim-interop/impl/go/v0.28/version.lock

This file was deleted.

1 change: 0 additions & 1 deletion multidim-interop/impl/go/v0.29/version.lock

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image_name := go-v0.29
version := 0.29.2
image_name := go-v0.31
version := 0.31.0

all: image.json

Expand Down
1 change: 1 addition & 0 deletions multidim-interop/impl/go/v0.31/version.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fab332959e47bc8c7c5ed870f1f138d782c169f75ecf35eb274b46fefa83e29b go-libp2p-0.31.0.zip
8 changes: 4 additions & 4 deletions multidim-interop/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,16 @@ export const versions: Array<Version> = [
muxers: ["mplex", "yamux"],
},
{
id: "go-v0.30",
id: "go-v0.31",
transports: ["tcp", "ws", "quic-v1", "webtransport"],
secureChannels: ["tls", "noise"],
muxers: ["yamux"],
},
{
id: "go-v0.29",
transports: ["tcp", "ws", "quic", "quic-v1", "webtransport"],
id: "go-v0.30",
transports: ["tcp", "ws", "quic-v1", "webtransport"],
secureChannels: ["tls", "noise"],
muxers: ["mplex", "yamux"],
muxers: ["yamux"],
},
{
id: "nim-v1.0",
Expand Down
Loading