From 33330b5f99685c3be3c52fce06cab2a483355bfd Mon Sep 17 00:00:00 2001 From: CHIKAMATSU Naohiro Date: Mon, 2 Sep 2024 20:11:46 +0900 Subject: [PATCH] Add go 1.23 --- .github/workflows/multi_platform_ut.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/multi_platform_ut.yml b/.github/workflows/multi_platform_ut.yml index 2356a37..5c50b34 100644 --- a/.github/workflows/multi_platform_ut.yml +++ b/.github/workflows/multi_platform_ut.yml @@ -19,6 +19,7 @@ jobs: - "macos-latest" go: - "1" + - "1.23" - "1.22" - "1.21" - "1.20"