File tree Expand file tree Collapse file tree 5 files changed +4
-40
lines changed Expand file tree Collapse file tree 5 files changed +4
-40
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111 container :
1212 # Whenever the Go version is updated here, .promu.yml
1313 # should also be updated.
14- image : quay.io/prometheus/golang-builder:1.23 -base
14+ image : quay.io/prometheus/golang-builder:1.25 -base
1515 steps :
1616 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717 - uses : prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
Original file line number Diff line number Diff line change 1515 - name : Setup Go
1616 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
1717 with :
18- go-version : 1.23 .x
18+ go-version : 1.25 .x
1919 - name : Install dependencies
2020 run : |
2121 go install github.com/google/go-jsonnet/cmd/[email protected]
Original file line number Diff line number Diff line change 11go :
22 # Whenever the Go version is updated here,
33 # .github/workflows should also be updated.
4- version : 1.23
4+ version : 1.25
55repository :
66 path : github.com/prometheus-community/elasticsearch_exporter
77build :
Original file line number Diff line number Diff line change 11module github.com/prometheus-community/elasticsearch_exporter
22
3- go 1.24.1
3+ go 1.24.0
44
55require (
66 github.com/alecthomas/kingpin/v2 v2.4.0
You can’t perform that action at this time.
0 commit comments