From 694339b079df319ac050177787fb691f46fe598a Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 10 Mar 2025 09:29:37 +0900 Subject: [PATCH 1/4] CI: update Go to 1.24 Signed-off-by: Akihiro Suda --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e44320ea..7ca4c3ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.23 +ARG GO_VERSION=1.24 ARG UBUNTU_VERSION=24.04 ARG SHADOW_VERSION=4.16.0 ARG SLIRP4NETNS_VERSION=v1.3.1 From 63d6a163672a6191addf7879d4bf102b4994e126 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 10 Mar 2025 09:30:12 +0900 Subject: [PATCH 2/4] CI: update slirp4netns to 1.3.2 Signed-off-by: Akihiro Suda --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ca4c3ed..7a39af64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG GO_VERSION=1.24 ARG UBUNTU_VERSION=24.04 ARG SHADOW_VERSION=4.16.0 -ARG SLIRP4NETNS_VERSION=v1.3.1 +ARG SLIRP4NETNS_VERSION=v1.3.2 ARG VPNKIT_VERSION=0.5.0 ARG PASST_VERSION=2024_12_11.09478d5 ARG DOCKER_VERSION=28.0.1 From 1ebaa934a81cbbe1a5d13c8043da835c50980932 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 10 Mar 2025 09:30:38 +0900 Subject: [PATCH 3/4] CI: update passt to 2025_02_17.a1e48a0 Signed-off-by: Akihiro Suda --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a39af64..bf650941 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG UBUNTU_VERSION=24.04 ARG SHADOW_VERSION=4.16.0 ARG SLIRP4NETNS_VERSION=v1.3.2 ARG VPNKIT_VERSION=0.5.0 -ARG PASST_VERSION=2024_12_11.09478d5 +ARG PASST_VERSION=2025_02_17.a1e48a0 ARG DOCKER_VERSION=28.0.1 ARG DOCKER_CHANNEL=stable From 984c06bfdb6749afd6e948401d5a52517ead3337 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 10 Mar 2025 09:32:05 +0900 Subject: [PATCH 4/4] CI: release: update Ubuntu 24.04 Signed-off-by: Akihiro Suda --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bf77270d..8b06ef8c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ on: jobs: release: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 # The maximum access is "read" for PRs from public forked repos # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token permissions: