Skip to content

Commit

Permalink
Merge pull request #94 from syseleven/fix_go_version_goreleaser
Browse files Browse the repository at this point in the history
quote go version
  • Loading branch information
nrobert13 authored Jan 9, 2024
2 parents 82615c2 + 7529ab1 commit 0e27052
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#
name: build
on:
push:
pull_request:
jobs:
goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: '1.20'
-
name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit 0e27052

Please sign in to comment.