From d394d1066adb0923c4fb49943975da25755b3f0f Mon Sep 17 00:00:00 2001 From: Pc Date: Sat, 6 Apr 2024 01:32:11 +0330 Subject: [PATCH] chore: Update go version in ci workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca61ad8..0b6bc17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.21 + go-version: 1.22 - name: pkg build working-directory: ./internal/pkg