From 4d814c10b7d4f096a3cf799be71cd55ca7804233 Mon Sep 17 00:00:00 2001 From: appleboy Date: Sun, 30 Aug 2026 07:42:06 +0800 Subject: [PATCH] ci(actions): update Go test matrix - Test against Go 1.26 and Go 1.27 --- .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 c4673fc..4420717 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: [1.25, 1.26] + go: [1.26, 1.27] include: - os: ubuntu-latest go-build: ~/.cache/go-build