From 7397bfcffd4d2f1e7fa6032d79d6a3a717f9d584 Mon Sep 17 00:00:00 2001 From: Aleks Lozovyuk Date: Tue, 7 Jan 2025 14:25:08 +0300 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e12672e..053721c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.23 + go-version-file: './go.mod' - name: Checkout Code Base uses: actions/checkout@v4 @@ -58,7 +58,7 @@ jobs: needs: [lint] strategy: matrix: - go-version: [1.23, stable] + go-version: [1.23] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: