Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 77fc666 commit 860cb7a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

test-integration-nix:
name: Run integration tests
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
Expand All @@ -56,7 +56,7 @@ jobs:

snyk:
name: Run security checks via snyk
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
test-build:
name: Test binary compilation for all platforms:arch
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v2
Expand All @@ -108,7 +108,7 @@ jobs:

test-e2e:
name: Run e2e tests
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
Expand All @@ -126,7 +126,7 @@ jobs:
finish:
name: Finish
needs: [ test-nix, test-windows ]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

test-integration-nix:
name: Run integration tests
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
Expand All @@ -53,7 +53,7 @@ jobs:

snyk:
name: Run security checks via snyk
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
prerelease:
name: Build and release binaries
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: [ test-nix, test-windows, snyk, test-integration-nix ]
steps:
- uses: actions/checkout@v2
Expand All @@ -115,7 +115,7 @@ jobs:
finish:
name: Finish
needs: [ prerelease ]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use Ubuntu 16.04 as the base image
FROM ubuntu:16.04
FROM ubuntu:24.04

# Define Go version
ARG GO_VERSION=1.22
Expand Down

0 comments on commit 860cb7a

Please sign in to comment.