Skip to content

Commit

Permalink
Merge pull request #6 from kyoshidajp/fix_release_error
Browse files Browse the repository at this point in the history
Change go releaser versions
  • Loading branch information
kyoshidajp authored Oct 25, 2023
2 parents 00823f3 + 5ecbf03 commit 8bdb3a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ env:
- GO111MODULE=on
before:
hooks:
- go mod tidy
- go mod download
archives:
- name_template: >-
{{- .ProjectName }}_
Expand Down

0 comments on commit 8bdb3a0

Please sign in to comment.