Skip to content

Commit ba7a12e

Browse files
committed
chore: update to Go 1.24
Signed-off-by: Jakub Sztandera <[email protected]>
1 parent 3dff794 commit ba7a12e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-bullseye AS build
1+
FROM golang:1.24-bullseye AS build
22

33
WORKDIR /go/src/f3
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/filecoin-project/go-f3
22

3-
go 1.23.7
3+
go 1.24
44

55
require (
66
github.com/consensys/gnark-crypto v0.18.1

0 commit comments

Comments
 (0)