We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bae22 commit a9dd002Copy full SHA for a9dd002
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24-bullseye AS build
+FROM golang:1.23-bullseye AS build
2
3
WORKDIR /go/src/f3
4
go.mod
@@ -1,6 +1,6 @@
module github.com/filecoin-project/go-f3
-go 1.24
+go 1.23.7
5
require (
6
github.com/consensys/gnark-crypto v0.12.1
0 commit comments