From 74c3912c1cade89e84d0cd043599596febde6dd7 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 28 Aug 2024 23:03:36 +0800 Subject: [PATCH] chore: update Go version compatibility in project files - Update the Go version list to include `1.23` Signed-off-by: Bo-Yi Wu --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d173664..34142b8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: ["1.20", 1.21, 1.22] + go: ["1.20", 1.21, 1.22, 1.23] include: - os: ubuntu-latest go-build: ~/.cache/go-build