Skip to content

Commit ea97e27

Browse files
Merge pull request #4071 from prometheus/superq/go_1.23
Update Go to 1.23
2 parents 17f20eb + 42eb536 commit ea97e27

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: 2.1
33
orbs:
44
prometheus: prometheus/prometheus@0.17.1
5-
go: circleci/go@1.11.0
5+
go: circleci/go@1.12.0
66
jobs:
77
test_frontend:
88
# We need to use a machine executor because the front-end validation runs
@@ -18,7 +18,7 @@ jobs:
1818
command: sudo rm -rf /usr/local/go
1919
# Whenever the Go version is updated here, .promu.yml should also be updated.
2020
- go/install:
21-
version: "1.22.6"
21+
version: "1.23.2"
2222
- run:
2323
name: Remove generated code
2424
command: make clean

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Whenever the Go version is updated here, .promu.yml
3838
# should also be updated.
3939
container:
40-
image: quay.io/prometheus/golang-builder:1.22-base
40+
image: quay.io/prometheus/golang-builder:1.23-base
4141
steps:
4242
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4343
- uses: prometheus/promci@3cb0c3871f223bd5ce1226995bd52ffb314798b6 # v0.1.0

.github/workflows/mixin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: install Go
1515
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1616
with:
17-
go-version: 1.22.x
17+
go-version: 1.23.x
1818
# pin the mixtool version until https://github.com/monitoring-mixins/mixtool/issues/135 is merged.
1919
- run: go install github.com/monitoring-mixins/mixtool/cmd/mixtool@2282201396b69055bb0f92f187049027a16d2130
2020
- run: go install github.com/google/go-jsonnet/cmd/jsonnetfmt@latest

.promu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
go:
22
# Whenever the Go version is updated here,
33
# .circle/config.yml should also be updated.
4-
version: 1.22
4+
version: 1.23
55
repository:
66
path: github.com/prometheus/alertmanager
77
build:

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/prometheus/alertmanager
22

3-
go 1.21.8
4-
5-
toolchain go1.22.4
3+
go 1.22
64

75
require (
86
github.com/KimMachineGun/automemlimit v0.6.1

0 commit comments

Comments
 (0)