Skip to content

Commit f6bae22

Browse files
web3-botgalargh
andauthored
ci: uci/update-go (#1048)
* chore!: bump go.mod to Go 1.24 and run go fix BREAKING CHANGE: Updating the Go version to 1.24 * chore: update Go in Dockerfile --------- Co-authored-by: Piotr Galar <[email protected]>
1 parent 96230de commit f6bae22

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.12.1

0 commit comments

Comments
 (0)