From 286b9358942f2430933bce676df8cdbaaf3a4759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= Date: Wed, 14 Feb 2024 18:09:48 +0100 Subject: [PATCH] Make F38 follow Go 1.21 --- .packit.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 502dae6..420f0da 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -12,16 +12,13 @@ actions: - bash -c "echo - New release ${PACKIT_PROJECT_VERSION}" jobs: - # Fedora 38 follows Go 1.20 - - job: pull_from_upstream - trigger: release - dist_git_branches: fedora-38 - upstream_tag_include: "^go1.20.+" - # Fedora 39 follows Go 1.21 + # Fedora 38 now follows Go 1.21 since Go 1.20 went EOL - job: pull_from_upstream trigger: release - dist_git_branches: fedora-39 + dist_git_branches: + - fedora-38 + - fedora-39 upstream_tag_include: "^go1.21.+" # Fedora Rawhide follows the latest version