File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 23
23
- name : Install Go
24
24
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
25
25
with :
26
- go-version : 1.22 .x
26
+ go-version : 1.23 .x
27
27
28
28
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
29
29
with :
Original file line number Diff line number Diff line change 24
24
- name : Install Go
25
25
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
26
26
with :
27
- go-version : 1.22 .x
27
+ go-version : 1.23 .x
28
28
29
29
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
30
30
with :
51
51
- name : Install Go
52
52
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
53
53
with :
54
- go-version : 1.22 .x
54
+ go-version : 1.23 .x
55
55
56
56
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
57
57
with :
@@ -127,7 +127,7 @@ jobs:
127
127
- name : Install Go.
128
128
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
129
129
with :
130
- go-version : 1.22 .x
130
+ go-version : 1.23 .x
131
131
132
132
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
133
133
with :
Original file line number Diff line number Diff line change 1
- 1.22
1
+ 1.23
Original file line number Diff line number Diff line change 1
1
go :
2
- version : 1.22
2
+ version : 1.23
3
3
repository :
4
4
path : github.com/thanos-io/thanos
5
5
build :
Original file line number Diff line number Diff line change 1
1
# Taking a non-alpine image for e2e tests so that cgo can be enabled for the race detector.
2
- FROM golang:1.23.2-alpine3.20 as builder
2
+ FROM golang:1.23.2 as builder
3
3
4
4
WORKDIR $GOPATH/src/github.com/thanos-io/thanos
5
5
@@ -8,7 +8,7 @@ COPY . $GOPATH/src/github.com/thanos-io/thanos
8
8
RUN CGO_ENABLED=1 go build -o $GOBIN/thanos -race ./cmd/thanos
9
9
# -----------------------------------------------------------------------------
10
10
11
- FROM golang:1.23.2-alpine3.20
11
+ FROM golang:1.23
12
12
LABEL maintainer="The Thanos Authors"
13
13
14
14
COPY --from=builder $GOBIN/thanos /bin/thanos
Original file line number Diff line number Diff line change 1
1
# By default we pin to amd64 sha. Use make docker to automatically adjust for arm64 versions.
2
2
ARG BASE_DOCKER_SHA="14d68ca3d69fceaa6224250c83d81d935c053fb13594c811038c461194599973"
3
- FROM golang:1.22 -alpine3.18 as builder
3
+ FROM golang:1.23.2 -alpine3.20 as builder
4
4
5
5
WORKDIR $GOPATH/src/github.com/thanos-io/thanos
6
6
# Change in the docker context invalidates the cache so to leverage docker
You can’t perform that action at this time.
0 commit comments