From 40aa96a0fe4ee9972f2ebaacfefec74123ac80e5 Mon Sep 17 00:00:00 2001 From: Bailin He <15058035+bailinhe@users.noreply.github.com> Date: Tue, 28 May 2024 11:33:43 -0400 Subject: [PATCH] update go version in workflow (#122) * Update release.yml --- .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 e6d02d9..222dd79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: name: Set up Go uses: actions/setup-go@v4 with: - go-version: "1.20" + go-version: "1.22" - name: install cosign uses: sigstore/cosign-installer@main @@ -44,4 +44,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} COSIGN_EXPERIMENTAL: 1 - GOVERSION: "1.20" + GOVERSION: "1.22"