From 4843d738eaa21e4d72d8a645bae8b16dd4ac5f83 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 1 Jul 2024 14:09:34 +0200 Subject: [PATCH] bump go to 1.22 for goreleaser pipeline --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4b24b8..e405b7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.18 + go-version: 1.22 - name: Import GPG key id: import_gpg @@ -33,4 +33,4 @@ jobs: args: release --clean env: GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}