From 867a8ff06a045eae86dd0fb8f62d3ea4a598ec15 Mon Sep 17 00:00:00 2001 From: Brendan Galloway Date: Wed, 19 Jun 2024 14:37:14 +0200 Subject: [PATCH] fix: bump to version 1.22 --- .github/workflows/release.yml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc9b7f1..ed4f9de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ jobs: needs: semantic-release runs-on: ubuntu-latest container: - image: golang:1.20 + image: golang:1.22 steps: - uses: actions/checkout@v2 - run: make build @@ -17,7 +17,7 @@ jobs: env: VERSION: v${{ needs.semantic-release.outputs.release-version }} container: - image: golang:1.20 + image: golang:1.22 steps: - uses: actions/checkout@v2 - run: make release diff --git a/go.mod b/go.mod index 6dd16c2..016f28f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/flanksource/gitlab-multirepo-deployer -go 1.20 +go 1.22 require ( github.com/spf13/cobra v1.8.1