We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01de903 commit be9d66cCopy full SHA for be9d66c
wasm-tests/webtransport-tests/echo-server/Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.5-labs
2
-FROM docker.io/library/golang:1.22 AS builder
+FROM docker.io/library/golang:1.24 AS builder
3
WORKDIR /workspace
4
ADD . .
5
RUN CGO_ENABLED=0 go build .
wasm-tests/webtransport-tests/echo-server/go.mod
@@ -1,6 +1,6 @@
module echo-server
-go 1.22
+go 1.24
require (
6
github.com/libp2p/go-libp2p v0.33.1
0 commit comments