Skip to content

Commit a00ba04

Browse files
authored
Update Go build (#384)
* Update Go to 1.23. Signed-off-by: SuperQ <superq@gmail.com>
1 parent a26582f commit a00ba04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ executors:
66
# This must match .promu.yml.
77
golang:
88
docker:
9-
- image: cimg/go:1.22
9+
- image: cimg/go:1.23
1010
jobs:
1111
test:
1212
executor: golang

.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.22
3+
version: 1.23
44
repository:
55
path: github.com/prometheus-community/stackdriver_exporter
66
build:

0 commit comments

Comments
 (0)