Skip to content

Commit

Permalink
Update Go build (#384)
Browse files Browse the repository at this point in the history
* Update Go to 1.23.

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ authored Nov 4, 2024
1 parent a26582f commit a00ba04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ executors:
# This must match .promu.yml.
golang:
docker:
- image: cimg/go:1.22
- image: cimg/go:1.23
jobs:
test:
executor: golang
Expand Down
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
go:
# This must match .circle/config.yml.
version: 1.22
version: 1.23
repository:
path: github.com/prometheus-community/stackdriver_exporter
build:
Expand Down

0 comments on commit a00ba04

Please sign in to comment.