Skip to content

Commit 6c61d75

Browse files
dsabsayDaniel Sabsayfriedrichg
authored
update to go1.25 (#7164)
* update to go1.25 Signed-off-by: Daniel Sabsay <sabsay@adobe.com> * update changelog Signed-off-by: Daniel Sabsay <sabsay@adobe.com> * fix build image tag Signed-off-by: Daniel Sabsay <sabsay@adobe.com> * revert go directive to 1.24 Signed-off-by: Daniel Sabsay <sabsay@adobe.com> --------- Signed-off-by: Daniel Sabsay <sabsay@adobe.com> Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com> Co-authored-by: Daniel Sabsay <sabsay@adobe.com> Co-authored-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent f4581b2 commit 6c61d75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* [ENHANCEMENT] Compactor: Avoid double compaction by cleaning partition files in 2 cycles. #7129
2121
* [ENHANCEMENT] Distributor: Optimize memory usage by recycling v2 requests. #7131
2222
* [ENHANCEMENT] Compactor: Avoid double compaction by not filtering delete blocks on real time when using bucketIndex lister. #7156
23+
* [ENHANCEMENT] Upgrade to go 1.25. #7164
2324
* [ENHANCEMENT] Upgraded container base images to `alpine:3.23`. #7163
2425
* [BUGFIX] Ring: Change DynamoDB KV to retry indefinitely for WatchKey. #7088
2526
* [BUGFIX] Ruler: Add XFunctions validation support. #7111

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-trixie
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 && \

0 commit comments

Comments
 (0)