Skip to content

Commit 928bc7a

Browse files
authored
*: bump Go version (thanos-io#7891)
Use 1.23.3 as it contains a critical fix: golang/go#70001 Signed-off-by: Giedrius Statkevičius <[email protected]>
1 parent 79593cb commit 928bc7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.e2e-tests

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Taking a non-alpine image for e2e tests so that cgo can be enabled for the race detector.
2-
FROM golang:1.23.2 as builder
2+
FROM golang:1.23.3 as builder
33

44
WORKDIR $GOPATH/src/github.com/thanos-io/thanos
55

Dockerfile.multi-stage

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# By default we pin to amd64 sha. Use make docker to automatically adjust for arm64 versions.
22
ARG BASE_DOCKER_SHA="14d68ca3d69fceaa6224250c83d81d935c053fb13594c811038c461194599973"
3-
FROM golang:1.23.2-alpine3.20 as builder
3+
FROM golang:1.23.3-alpine3.20 as builder
44

55
WORKDIR $GOPATH/src/github.com/thanos-io/thanos
66
# Change in the docker context invalidates the cache so to leverage docker

0 commit comments

Comments
 (0)