Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
ci: fix Go installation
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
  • Loading branch information
vladklokun committed Aug 23, 2023
1 parent dd11a23 commit 49f29a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
Expand All @@ -28,4 +28,4 @@ jobs:
tag_name: v0.0.${{ github.run_number }}
release_name: Release v0.0.${{ github.run_number }}
draft: false
prerelease: false
prerelease: false

0 comments on commit 49f29a3

Please sign in to comment.