Skip to content

Commit ac84121

Browse files
committed
test golang 1.24 to fix CI issues
1 parent cb9ffb4 commit ac84121

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
erlang 26.2
22
elixir 1.16.2-otp-26
3-
golang 1.22.12
3+
golang 1.24.2
44
rust 1.81.0
55
protoc 30.2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# libp2p port
2-
FROM golang:1.22 AS libp2p_builder
2+
FROM golang:1.24 AS libp2p_builder
33
LABEL stage=builder
44

55
# Install dependencies

0 commit comments

Comments
 (0)