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