From f5b6b744d3a8e23fda793433fbb75a1df7129e5e Mon Sep 17 00:00:00 2001 From: miyamo2 Date: Wed, 28 Aug 2024 05:57:41 +0900 Subject: [PATCH] cicd(ci): fix goversion matrix --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e768420..a4ed8bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,6 @@ jobs: strategy: matrix: goversion: - - "1.22.0" - "1.23.0" - "stable" steps: