Skip to content

Commit a9dd002

Browse files
authored
Revert "ci: uci/update-go (#1048)" (#1049)
This reverts commit f6bae22. We need go.mod with 1.23 for Lotus Signed-off-by: Jakub Sztandera <[email protected]>
1 parent f6bae22 commit a9dd002

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.24-bullseye AS build
1+
FROM golang:1.23-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.24
3+
go 1.23.7
44

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

0 commit comments

Comments
 (0)