From 210bc17b530dae6ab8975b6a9835fcca333e5885 Mon Sep 17 00:00:00 2001 From: Stanislav Gaydin Date: Fri, 27 Dec 2024 14:49:29 +0700 Subject: [PATCH] Use only last two go version --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8f4f2ca..8ad0579 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - go: ['1.20.x', '1.21.x', '1.23.x'] + go: ['1.21.x', '1.23.x'] steps: - name: Set up Go