File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 2
2
version : 2.1
3
3
orbs :
4
4
prometheus : prometheus/prometheus@0.17.1
5
- go : circleci/go@1.11 .0
5
+ go : circleci/go@1.12 .0
6
6
jobs :
7
7
test_frontend :
8
8
# We need to use a machine executor because the front-end validation runs
18
18
command : sudo rm -rf /usr/local/go
19
19
# Whenever the Go version is updated here, .promu.yml should also be updated.
20
20
- go/install :
21
- version : " 1.22.6 "
21
+ version : " 1.23.2 "
22
22
- run :
23
23
name : Remove generated code
24
24
command : make clean
Original file line number Diff line number Diff line change 37
37
# Whenever the Go version is updated here, .promu.yml
38
38
# should also be updated.
39
39
container :
40
- image : quay.io/prometheus/golang-builder:1.22 -base
40
+ image : quay.io/prometheus/golang-builder:1.23 -base
41
41
steps :
42
42
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
43
43
- uses : prometheus/promci@3cb0c3871f223bd5ce1226995bd52ffb314798b6 # v0.1.0
Original file line number Diff line number Diff line change 14
14
- name : install Go
15
15
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
16
16
with :
17
- go-version : 1.22 .x
17
+ go-version : 1.23 .x
18
18
# pin the mixtool version until https://github.com/monitoring-mixins/mixtool/issues/135 is merged.
19
19
- run : go install github.com/monitoring-mixins/mixtool/cmd/mixtool@2282201396b69055bb0f92f187049027a16d2130
20
20
- run : go install github.com/google/go-jsonnet/cmd/jsonnetfmt@latest
Original file line number Diff line number Diff line change 1
1
go :
2
2
# Whenever the Go version is updated here,
3
3
# .circle/config.yml should also be updated.
4
- version : 1.22
4
+ version : 1.23
5
5
repository :
6
6
path : github.com/prometheus/alertmanager
7
7
build :
Original file line number Diff line number Diff line change 1
1
module github.com/prometheus/alertmanager
2
2
3
- go 1.21.8
4
-
5
- toolchain go1.22.4
3
+ go 1.22
6
4
7
5
require (
8
6
github.com/KimMachineGun/automemlimit v0.6.1
You can’t perform that action at this time.
0 commit comments