Skip to content

Commit 7955a3b

Browse files
web3-botgalargh
andauthored
ci: uci/update-go (#526)
* chore!: bump go.mod to Go 1.25 and run go fix BREAKING CHANGE: Updating the Go version to 1.25 * fix: stop using the deprecated io/ioutil package * Update Go base image to version 1.25 * Change base image from bullseye to bookworm --------- Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
1 parent 89b8de4 commit 7955a3b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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.25-bookworm as build
22

33
WORKDIR /go/src/lassie
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/lassie
22

3-
go 1.24.6
3+
go 1.25
44

55
require (
66
github.com/dustin/go-humanize v1.0.1

pkg/retriever/directcandidatesource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
datatransfer "github.com/filecoin-project/go-data-transfer/v2"
88
"github.com/filecoin-project/lassie/pkg/internal/lp2ptransports"
99
"github.com/filecoin-project/lassie/pkg/types"
10+
1011
// bsnet "github.com/ipfs/boxo/bitswap/network" // DISABLED: bitswap support removed for boxo v0.35.0 compatibility
1112
"github.com/ipfs/go-cid"
1213
gsnet "github.com/ipfs/go-graphsync/network"

0 commit comments

Comments
 (0)