From e708a3cf52f0a8b7c11eebb9393e28371804df98 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Sun, 27 Oct 2024 14:59:23 +0330 Subject: [PATCH] chore: update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b6bc17..58f712b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,12 +5,12 @@ name: CI on: push: - branches: [ "main" , "develop"] + branches: ["main"] paths-ignore: - "README.md" - "CHANGELOG.md" pull_request: - branches: [ "main" , "develop" ] + branches: ["main"] jobs: @@ -22,7 +22,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.22 + go-version: 1.23 - name: pkg build working-directory: ./internal/pkg