From a9e1b1e4440b2296f76836078e3e53b7188e1997 Mon Sep 17 00:00:00 2001 From: ICHINOSE Shogo Date: Wed, 14 Aug 2024 16:49:33 +0900 Subject: [PATCH] add Go 1.23 to the build matrix --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d860134..cc0012f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,8 @@ jobs: - "windows-latest" - "macos-latest" go: - - "1" + - "stable" + - "1.23" - "1.22" - "1.21" - "1.20"