From 81facf3db34075f9b712623e4fdf27ca00e904e2 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Sun, 13 Feb 2022 05:26:52 +0300 Subject: [PATCH] Set the correct Go version --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e87c96f..f11f512 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -133,6 +133,11 @@ jobs: name: Build and Publish The Binaries runs-on: ubuntu-latest steps: + - name: Set up Go 1.16 + uses: actions/setup-go@v2 + with: + go-version: '1.16' + - name: Check out the repo uses: actions/checkout@v2