From d4e285aa73c96f8d047376343f392fe52be81e2d Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Wed, 8 Feb 2023 16:02:29 -0500 Subject: [PATCH] Cirrus: Update operating branch Signed-off-by: Ashley Cui --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 82496575dd..210c3c5f4b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,7 +6,7 @@ env: #### Global variables used for all tasks #### # Name of the ultimate destination branch for this CI run, PR or post-merge. - DEST_BRANCH: "v4.4" + DEST_BRANCH: "v4.4.1-rhel" # Sane (default) value for GOPROXY and GOSUMDB. GOPROXY: "https://proxy.golang.org,direct" GOSUMDB: "sum.golang.org"