Skip to content

Commit 9de63ae

Browse files
author
Daniel Sabsay
committed
update to go1.25
Signed-off-by: Daniel Sabsay <[email protected]>
1 parent c865212 commit 9de63ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.6-bullseye
1+
FROM golang:1.25.5-bullseye
22
ARG goproxyValue
33
ENV GOPROXY=${goproxyValue}
44
RUN apt-get update && apt-get install -y curl file gettext jq unzip protobuf-compiler libprotobuf-dev && \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cortexproject/cortex
22

3-
go 1.24.0
3+
go 1.25.5
44

55
require (
66
github.com/Masterminds/squirrel v1.5.4

0 commit comments

Comments
 (0)