From 5a6f79c2829d52960986622ff7330edbd8e9714c Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 12 Feb 2025 10:07:09 +0800 Subject: [PATCH] ci: update CI workflows and dependencies for improved testing - Add Go 1.24 to the list of tested Go versions in 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 62bc4eb..39ed3d0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,7 +30,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-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