From e274487772ec839d51ed980754071f78432a641c Mon Sep 17 00:00:00 2001 From: Viacheslav Poturaev Date: Fri, 5 Jul 2024 18:55:59 +0200 Subject: [PATCH] Upgrade deps and CI --- .github/workflows/test-unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index 7eb27c9..9ef631e 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -21,7 +21,7 @@ jobs: test: strategy: matrix: - go-version: [ 1.13.x, 1.21.x, 1.22.x ] + go-version: [ 1.18.x, 1.21.x, 1.22.x ] runs-on: ubuntu-latest steps: - name: Install Go stable