From 8ea0679a09270611d099e9eec53e700ad346be55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=83=D1=85=D0=B0=D0=BD=D0=BE=D0=B2=20=D0=94=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=BB=D0=B0?= Date: Mon, 12 Feb 2024 15:10:10 +0300 Subject: [PATCH] update go in ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2569ecd..bbc87eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Set up latest Go 1.x version uses: actions/setup-go@v2 with: - go-version: '1.21' + go-version: '1.22' - name: Get dependencies run: | go mod tidy @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21'] + go-version: ['1.22'] steps: - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@v2