Skip to content

Commit be9d66c

Browse files
authored
chore(ci): update golang version for wasm tests
Pull-Request: #5931.
1 parent 01de903 commit be9d66c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wasm-tests/webtransport-tests/echo-server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.5-labs
2-
FROM docker.io/library/golang:1.22 AS builder
2+
FROM docker.io/library/golang:1.24 AS builder
33
WORKDIR /workspace
44
ADD . .
55
RUN CGO_ENABLED=0 go build .

wasm-tests/webtransport-tests/echo-server/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module echo-server
22

3-
go 1.22
3+
go 1.24
44

55
require (
66
github.com/libp2p/go-libp2p v0.33.1

0 commit comments

Comments
 (0)