Skip to content

Commit

Permalink
Fix golang version for building release artifacts (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Apr 27, 2023
1 parent c31757c commit 2e1d546
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags:
- "*"

workflow_dispatch:

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand All @@ -17,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: 1.20
go-version: "1.20"

- name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit 2e1d546

Please sign in to comment.