File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 16
16
persist-credentials : false
17
17
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
18
18
with :
19
- go-version : ' 1.24 '
19
+ go-version : ' 1.25 '
20
20
check-latest : true
21
21
- run : make rollout-operator
22
22
28
28
persist-credentials : false
29
29
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
30
30
with :
31
- go-version : ' 1.24 '
31
+ go-version : ' 1.25 '
32
32
check-latest : true
33
33
- run : make test
34
34
- run : make test-boringcrypto
41
41
persist-credentials : false
42
42
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
43
43
with :
44
- go-version : ' 1.24 '
44
+ go-version : ' 1.25 '
45
45
check-latest : true
46
46
- run : make build-image
47
47
- run : make integration
54
54
persist-credentials : false
55
55
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
56
56
with :
57
- go-version : ' 1.24 '
57
+ go-version : ' 1.25 '
58
58
check-latest : true
59
59
- run : make build-image-boringcrypto
60
60
- run : make integration
67
67
persist-credentials : false
68
68
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
69
69
with :
70
- go-version : ' 1.24 '
70
+ go-version : ' 1.25 '
71
71
check-latest : true
72
72
- uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
73
73
with :
74
- version : v2.1.6
74
+ version : v2.4.0
75
75
args : --timeout=5m
Original file line number Diff line number Diff line change 3
3
## main / unreleased
4
4
5
5
* [ CHANGE] Rename flag ` server.cluster-validation.http.exclude-paths ` to ` server.cluster-validation.http.excluded-paths ` to align with ` dskit ` . #247
6
+ * [ ENHANCEMENT] Update Go to ` 1.25 ` #263
6
7
* [ ENHANCEMENT] Updated dependencies, including: #236 #238 #242 #247 #257
7
8
* ` github.com/prometheus/client_golang ` from ` v1.22.0 ` to ` v1.23.0 `
8
9
* ` github.com/prometheus/common ` from ` v0.64.0 ` to ` v0.65.0 `
Original file line number Diff line number Diff line change 1
1
ARG BASEIMAGE=gcr.io/distroless/static-debian12:nonroot
2
2
3
- FROM golang:1.24 -bookworm AS build
3
+ FROM golang:1.25 -bookworm AS build
4
4
5
5
ARG TARGETOS
6
6
ARG TARGETARCH
Original file line number Diff line number Diff line change 1
1
module github.com/grafana/rollout-operator
2
2
3
- go 1.24 .0
3
+ go 1.25 .0
4
4
5
5
require (
6
6
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
You can’t perform that action at this time.
0 commit comments