From f4b10976d9099b955354d072c5636353a926106f Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 1 May 2024 16:31:38 +0300 Subject: [PATCH] bump go --- .github/workflows/pull_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 13f47e7..76db8fe 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -22,10 +22,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Set up Go 1.20.6 + - name: Set up Go 1.21 uses: actions/setup-go@v4 with: - go-version: 1.20.6 + go-version: 1.21 - uses: actions/cache@v3 with: path: ~/go/pkg/mod