From 3bcbba61a32c9fe13835f4a72aad7595c807bfb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 23:54:52 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v22 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 62484ba..caf0120 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ on: jobs: gotest: name: Go test - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout @@ -44,7 +44,7 @@ jobs: steps: name: Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: - gotest # - e2e