Update dependency ubuntu to v24
This commit is contained in:
parent
a2ccf3e302
commit
01d28e7c8e
|
@ -21,7 +21,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
detect-noop:
|
detect-noop:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
outputs:
|
outputs:
|
||||||
noop: ${{ steps.noop.outputs.should_skip }}
|
noop: ${{ steps.noop.outputs.should_skip }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -35,7 +35,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
needs: detect-noop
|
needs: detect-noop
|
||||||
if: needs.detect-noop.outputs.noop != 'true'
|
if: needs.detect-noop.outputs.noop != 'true'
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ jobs:
|
||||||
version: ${{ env.GOLANGCI_VERSION }}
|
version: ${{ env.GOLANGCI_VERSION }}
|
||||||
|
|
||||||
check-diff:
|
check-diff:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
needs: detect-noop
|
needs: detect-noop
|
||||||
if: needs.detect-noop.outputs.noop != 'true'
|
if: needs.detect-noop.outputs.noop != 'true'
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ jobs:
|
||||||
run: make check-diff
|
run: make check-diff
|
||||||
|
|
||||||
unit-tests:
|
unit-tests:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
needs: detect-noop
|
needs: detect-noop
|
||||||
if: needs.detect-noop.outputs.noop != 'true'
|
if: needs.detect-noop.outputs.noop != 'true'
|
||||||
|
|
||||||
|
@ -166,7 +166,7 @@ jobs:
|
||||||
file: _output/tests/linux_amd64/coverage.txt
|
file: _output/tests/linux_amd64/coverage.txt
|
||||||
|
|
||||||
e2e-tests:
|
e2e-tests:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
needs: detect-noop
|
needs: detect-noop
|
||||||
if: needs.detect-noop.outputs.noop != 'true'
|
if: needs.detect-noop.outputs.noop != 'true'
|
||||||
|
|
||||||
|
@ -228,7 +228,7 @@ jobs:
|
||||||
run: make e2e USE_HELM3=true
|
run: make e2e USE_HELM3=true
|
||||||
|
|
||||||
publish-artifacts:
|
publish-artifacts:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
needs: detect-noop
|
needs: detect-noop
|
||||||
if: needs.detect-noop.outputs.noop != 'true'
|
if: needs.detect-noop.outputs.noop != 'true'
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
promote-artifacts:
|
promote-artifacts:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
@ -12,7 +12,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create-tag:
|
create-tag:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue