Skip to content

Commit 6f900b4

Browse files
SuperQM4tteoP
authored andcommitted
* Update minimum supported Go to 1.24.0. * Update Go build to 1.25.x. * Update PostgreSQL testing versions. Signed-off-by: SuperQ <[email protected]>
1 parent 00a7eaf commit 6f900b4

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

.circleci/config.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ executors:
88
# This must match .promu.yml.
99
golang:
1010
docker:
11-
- image: cimg/go:1.24
11+
- image: cimg/go:1.25
1212

1313
jobs:
1414
test:
@@ -23,7 +23,7 @@ jobs:
2323

2424
integration:
2525
docker:
26-
- image: cimg/go:1.24
26+
- image: cimg/go:1.25
2727
- image: << parameters.postgres_image >>
2828
environment:
2929
POSTGRES_DB: circle_test
@@ -73,13 +73,11 @@ workflows:
7373
matrix:
7474
parameters:
7575
postgres_image:
76-
- circleci/postgres:11
77-
- circleci/postgres:12
78-
- circleci/postgres:13
79-
- cimg/postgres:14.9
80-
- cimg/postgres:15.4
81-
- cimg/postgres:16.0
82-
- cimg/postgres:17.0
76+
- cimg/postgres:13.22
77+
- cimg/postgres:14.19
78+
- cimg/postgres:15.14
79+
- cimg/postgres:16.10
80+
- cimg/postgres:17.6
8381
- prometheus/build:
8482
name: build
8583
parallelism: 3

.promu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
go:
22
# This must match .circle/config.yml.
3-
version: 1.24
3+
version: 1.25
44
repository:
55
path: github.com/prometheus-community/postgres_exporter
66
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Prometheus exporter for PostgreSQL server metrics.
99

10-
CI Tested PostgreSQL versions: `11`, `12`, `13`, `14`, `15`, `16`, `17`.
10+
CI Tested PostgreSQL versions: `13`, `14`, `15`, `16`, `17`.
1111

1212
## Quick Start
1313
This package is available for Docker:

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/prometheus-community/postgres_exporter
22

33
go 1.24.0
44

5-
toolchain go1.24.1
6-
75
require (
86
github.com/DATA-DOG/go-sqlmock v1.5.2
97
github.com/alecthomas/kingpin/v2 v2.4.0

0 commit comments

Comments
 (0)