From b4b7d1b5c1fc3f188fecd6456b7aa5686685dfbe Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 12 Feb 2025 09:42:10 +0800 Subject: [PATCH] ci: update GitHub Actions and improve test configurations - Add Go version 1.24 to the GitHub Actions workflow 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 45b698f..e71b3e9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,7 +34,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go: [1.21, 1.22, 1.23] + go: [1.21, 1.22, 1.23, 1.24] include: - os: ubuntu-latest go-build: ~/.cache/go-build