From 9a0aeaf3ee811e950747433df197abf98fc9ccc5 Mon Sep 17 00:00:00 2001 From: Oluwole Fadeyi <16049411+tfadeyi@users.noreply.github.com> Date: Fri, 29 Mar 2024 15:41:31 +0100 Subject: [PATCH] chore: bump go version CI/CD (#177) Signed-off-by: oluwole fadeyi <16049411+tfadeyi@users.noreply.github.com> --- .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 8064027..8053f76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.21.x + go-version: 1.22.x cache: true - name: Licenses @@ -102,7 +102,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.21.x + go-version: 1.22.x cache: true - name: Generate helm docs