Update dependency ubuntu to v24

This commit is contained in:
renovate[bot] 2025-04-21 22:02:00 +00:00 committed by GitHub
parent a2ccf3e302
commit 01d28e7c8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View File

@ -21,7 +21,7 @@ env:
jobs:
detect-noop:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
noop: ${{ steps.noop.outputs.should_skip }}
steps:
@ -35,7 +35,7 @@ jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'
@ -77,7 +77,7 @@ jobs:
version: ${{ env.GOLANGCI_VERSION }}
check-diff:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'
@ -117,7 +117,7 @@ jobs:
run: make check-diff
unit-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'
@ -166,7 +166,7 @@ jobs:
file: _output/tests/linux_amd64/coverage.txt
e2e-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'
@ -228,7 +228,7 @@ jobs:
run: make e2e USE_HELM3=true
publish-artifacts:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'

View File

@ -20,7 +20,7 @@ env:
jobs:
promote-artifacts:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout

View File

@ -12,7 +12,7 @@ on:
jobs:
create-tag:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout