From 29f9404c5e939e8b13b081f1d7fbbd4cc0bd2e42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:10:35 +0000 Subject: [PATCH] chore(deps): update golang to 1.22 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65daaf7..a5588ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.22" - run: go build -v diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf86b38..e507b30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.22" - uses: goreleaser/goreleaser-action@v5 with: args: release --rm-dist diff --git a/go.mod b/go.mod index b01e6a6..60bedf9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/jgraichen/docker-plugin-cinder -go 1.21 +go 1.22 require ( github.com/coreos/go-systemd/v22 v22.5.0