Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
* Update Go to 1.21.
* Update minimum Go version to 1.19.

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ committed Oct 17, 2023
1 parent 05e849c commit 299d521
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 496 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ executors:
# also be updated.
golang:
docker:
- image: cimg/go:1.18
- image: cimg/go:1.21
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,7 +1,7 @@
go:
# Whenever the Go version is updated here,
# .circleci/config.yml should also be updated.
version: 1.18
version: 1.21

repository:
path: github.com/prometheus-community/ipmi_exporter
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-community/ipmi_exporter

go 1.17
go 1.19

require (
github.com/alecthomas/kingpin/v2 v2.3.2
Expand Down
Loading

0 comments on commit 299d521

Please sign in to comment.