From 300904a8451e941fe55762e02d128d347fcff2f0 Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Wed, 25 Jan 2023 12:42:56 -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 ec04dd176b..82496575dd 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: "main" + DEST_BRANCH: "v4.4" # Sane (default) value for GOPROXY and GOSUMDB. GOPROXY: "https://proxy.golang.org,direct" GOSUMDB: "sum.golang.org"