From a99255d8560a033975a3dc1272b72f19c7dd6dc8 Mon Sep 17 00:00:00 2001 From: George Brighton Date: Thu, 10 Oct 2024 23:03:27 +0100 Subject: [PATCH] Compile with go1.23.2 --- .github/workflows/ci.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a48303..89b8669 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/go.mod b/go.mod index d95c665..7c1d376 100644 --- a/go.mod +++ b/go.mod @@ -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