From 49f29a319912fb6b6cd314e0ebd35d62162d7aec Mon Sep 17 00:00:00 2001 From: Vlad Klokun Date: Wed, 23 Aug 2023 15:19:30 +0300 Subject: [PATCH] ci: fix Go installation Signed-off-by: Vlad Klokun --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 49f924c..1c303dc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version: "1.20" - name: Build run: go build -v ./... @@ -28,4 +28,4 @@ jobs: tag_name: v0.0.${{ github.run_number }} release_name: Release v0.0.${{ github.run_number }} draft: false - prerelease: false \ No newline at end of file + prerelease: false