From a39fb0acc8285e5615483d4e71d7090dc9dea389 Mon Sep 17 00:00:00 2001 From: Luc Talatinian Date: Tue, 13 Feb 2024 12:03:23 -0500 Subject: [PATCH] update missed workflows --- .github/workflows/api_diff_check.yml | 2 +- .github/workflows/codegen.yml | 2 +- .github/workflows/go.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/api_diff_check.yml b/.github/workflows/api_diff_check.yml index 1d57a52e8..8ae15d5a7 100644 --- a/.github/workflows/api_diff_check.yml +++ b/.github/workflows/api_diff_check.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.16 + go-version: "1.20" id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index e03841645..1e28c90d0 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go-version: [1.19] + go-version: ["1.20"] env: JAVA_TOOL_OPTIONS: "-Xmx2g" steps: diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 049bc5b82..ae415f25c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go-version: ["1.19", "1.20", "1.21"] + go-version: ["1.20", "1.21", "1.22"] steps: - uses: actions/checkout@v2