diff --git a/Dockerfile b/Dockerfile index 14397ace..481a1f69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23-bullseye as build +FROM golang:1.24-bullseye as build WORKDIR /go/src/lassie diff --git a/go.mod b/go.mod index c1cb244d..f6eef45c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/filecoin-project/lassie -go 1.23.0 +go 1.24 require ( github.com/dustin/go-humanize v1.0.1