From db2c3e486b07585b937b8a567b829dc88d7cca74 Mon Sep 17 00:00:00 2001 From: Flc Date: Sun, 31 Aug 2025 15:45:11 +0800 Subject: [PATCH] ci: support Go 1.25 - Update GitHub Actions workflow to include Go 1.25 in the test matrix - This change expands the range of Go versions tested for the project Signed-off-by: Flc --- .github/workflows/gin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gin.yml b/.github/workflows/gin.yml index 6f0f7c11..d6776c45 100644 --- a/.github/workflows/gin.yml +++ b/.github/workflows/gin.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: ["1.23", "1.24"] + go: ["1.23", "1.24", "1.25"] test-tags: [ "",