From 9510ede17da0eb2f4be66d0347b15385717a671a Mon Sep 17 00:00:00 2001 From: Sean McGrail <549813+skmcgrail@users.noreply.github.com> Date: Mon, 19 Sep 2022 09:53:29 -0700 Subject: [PATCH] Update codegen.yml --- .github/workflows/codegen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 5eb3ddb6c..e03841645 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go-version: [1.17] + go-version: [1.19] env: JAVA_TOOL_OPTIONS: "-Xmx2g" steps: