From bbf5882de187944ce8153c276712959caf4d2f1b Mon Sep 17 00:00:00 2001 From: Viktor Alenkov Date: Wed, 27 Dec 2023 12:13:42 +0300 Subject: [PATCH] 1. fix GitHub Actions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b7bdbbe..f5244cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: strategy: matrix: - go: ["1.20.x", "1.21.x"] + go: ["1.21.x"] steps: - uses: actions/checkout@v4