From 228400a50e700be8ccfc3da7ec1bd2248470f5d1 Mon Sep 17 00:00:00 2001 From: Vladimir Avtsenov Date: Sat, 15 Feb 2025 00:47:22 +0300 Subject: [PATCH] downgrading actions/setup-go --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43f294c..85bf4d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,10 +41,9 @@ jobs: fetch-tags: true - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v4 with: go-version: '1.21' - cache: false - name: Install dependencies run: |