From 6b27c834b34a4eae4aa0d68d4a2f32fd5f12bde9 Mon Sep 17 00:00:00 2001 From: appleboy Date: Sat, 28 Dec 2024 17:27:13 +0800 Subject: [PATCH] ci: update Go versions in GitHub Actions workflow - Update Go versions in the GitHub Actions workflow to include only `1.21`, `1.22`, and `1.23` Signed-off-by: appleboy --- .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 62c6392..2954af5 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.18, 1.19, "1.20", 1.21, 1.22] + go: [1.21, 1.22, 1.23] include: - os: ubuntu-latest go-build: ~/.cache/go-build