Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Update Go.
Browse files Browse the repository at this point in the history
* Update Go to 1.19.
* Enable Dependabot.

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ committed Nov 29, 2022
1 parent 01f3f21 commit bf2b379
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 263 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
go:
# Whenever the Go version is updated here,
# .circle/config.yml should also be updated.
version: 1.18
version: 1.19
repository:
path: github.com/prometheus/haproxy_exporter
build:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/prometheus/haproxy_exporter

go 1.17
go 1.18

require (
github.com/go-kit/log v0.2.1
Expand Down
Loading

0 comments on commit bf2b379

Please sign in to comment.