Skip to content

Commit

Permalink
Update Go version (#159)
Browse files Browse the repository at this point in the history
Update to Go 1.22.

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ authored Aug 8, 2024
1 parent bee60d0 commit 5075ff1
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 @@ -8,7 +8,7 @@ executors:
# This must match .promu.yml.
golang:
docker:
- image: cimg/go:1.21
- image: cimg/go:1.22

jobs:
test:
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.21
version: 1.22
repository:
path: github.com/prometheus/collectd_exporter
build:
Expand Down

0 comments on commit 5075ff1

Please sign in to comment.