From e9cad0916dfad19188dcad9e5b6354c28b115c0c Mon Sep 17 00:00:00 2001 From: Adam Kaplan Date: Mon, 30 Oct 2023 11:15:04 -0400 Subject: [PATCH] Update to go 1.20 for release Update go version in the release workflow. This was missed in the go bump pull request. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 713c671e..a87a4743 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: 1.19.x + go-version: 1.20.x cache: true check-latest: true - uses: sigstore/cosign-installer@v2