From 9255f930f86e0ab04f7eb5b29a8c206fa5ebdfc7 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Sat, 7 Oct 2023 15:32:36 +0300 Subject: [PATCH] fix --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 588e580..1213323 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,10 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Setup Go + uses: actions/setup-go@v4 + with: + go-version: '1.21.x' - name: Build run: >-