From 3b4d4e8570f396031cc759e87976dfb8070c2304 Mon Sep 17 00:00:00 2001 From: Viktor Alenkov Date: Fri, 16 Aug 2024 00:06:55 +0300 Subject: [PATCH] 1. Fixed Github Actions --- .github/workflows/test-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-matrix.yml b/.github/workflows/test-matrix.yml index 9747bf4..7cfde44 100755 --- a/.github/workflows/test-matrix.yml +++ b/.github/workflows/test-matrix.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - go: [ "1.22.x", "1.23.x", "oldstable", "stable" ] + go: [ "1.23.x", "stable" ] steps: - uses: actions/checkout@v4