From fa5f6330c87de943b20187e2d5234689252d0033 Mon Sep 17 00:00:00 2001 From: Nathan Johnson Date: Mon, 12 Feb 2024 16:58:43 -0600 Subject: [PATCH] bump go version to 1.22 --- .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 90f39df..91af9b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,10 +14,10 @@ jobs: - name: Get the version id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - - name: Setup golang 1.20 + - name: Setup golang 1.22 uses: actions/setup-go@v2 with: - go-version: '1.20' + go-version: '1.22' - name: Build for all platforms run: ${GITHUB_WORKSPACE}/build.sh whichca ${{ steps.get_version.outputs.VERSION }} - name: Release