Skip to content

Commit

Permalink
Compile with go1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gebn committed Oct 10, 2024
1 parent eb64dcd commit a99255d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.0
go-version: 1.23.2
- run: make dist
- id: vars
run: echo "distpath=$(make distpath)" >> $GITHUB_OUTPUT
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/gebn/bmc_exporter

go 1.21
go 1.23

require (
github.com/alecthomas/kingpin v2.2.6+incompatible
Expand Down

0 comments on commit a99255d

Please sign in to comment.