From 4f3ec05e9c7b80a879cdfbe5af817817dad906c8 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani <45800463+rchincha@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:16:29 -0800 Subject: [PATCH] ci: update go version to 1.21.x everywhere in ci (#587) Signed-off-by: Ramkumar Chinchani --- .github/workflows/cloc.yml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloc.yml b/.github/workflows/cloc.yml index f1f06067..de88b3ba 100644 --- a/.github/workflows/cloc.yml +++ b/.github/workflows/cloc.yml @@ -20,7 +20,7 @@ jobs: - name: Install go uses: actions/setup-go@v3 with: - go-version: 1.20.x + go-version: 1.21.x - name: Check out source code uses: actions/checkout@v3 - name: Install dependencies diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7bc32230..7056ae1d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ jobs: # note >-, args needs to be strings to be used as inputs # for the reusable build.yaml workflow go-version: >- - ["1.20.x"] + ["1.21.x"] privilege-level: >- ["priv"] build-id: "${{needs.build-id.outputs.build-id}}"