From b4ac3b18f699f3e9fb6f43ca9286e10bd23b7450 Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Wed, 7 Sep 2022 22:13:33 +0530 Subject: [PATCH] Update publishing bot default Go version to 1.19.1 Signed-off-by: Nabarun Pal --- staging/publishing/rules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/publishing/rules.yaml b/staging/publishing/rules.yaml index a41b7d7b383..a13429f301e 100644 --- a/staging/publishing/rules.yaml +++ b/staging/publishing/rules.yaml @@ -1972,4 +1972,4 @@ recursive-delete-patterns: - '*/BUILD.bazel' - Gopkg.toml - '*/.gitattributes' -default-go-version: 1.19 +default-go-version: 1.19.1