Skip to content

Fix Docker build: bump base image to Go 1.25 - #204

Open
Harsh23Kashyap wants to merge 1 commit into
named-data:mainfrom
Harsh23Kashyap:fix/docker-go-1.25
Open

Harsh23Kashyap wants to merge 1 commit into
named-data:mainfrom
Harsh23Kashyap:fix/docker-go-1.25

Conversation

@Harsh23Kashyap

Copy link
Copy Markdown

Closes #200

The Dockerfile pins golang:1.24 while go.mod requires Go 1.25, so docker build fails at the make step. Bumps the base image to golang:1.25 and updates the Go version noted in the README.

Verified make builds cleanly with a current toolchain (go1.26.6) and confirmed the golang:1.25 tag exists on Docker Hub.

go.mod requires Go 1.25.0 but the Dockerfile pins golang:1.24, so the
image build fails at make with GOTOOLCHAIN=local. Also update the
README build requirement (1.23 -> 1.25) to match go.mod.

Fixes named-data#200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker build failure

1 participant