Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script: use go install for goreleaser #122

Merged
merged 1 commit into from
Oct 25, 2021
Merged

Conversation

mmcloughlin
Copy link
Owner

@mmcloughlin mmcloughlin commented Oct 25, 2021

The existing install script appears to be broken on Mac:

m1:addchain mbm$ ./script/bootstrap
...
+ curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh
+ sh -s -- -b /Users/mbm/Development/gopath/bin v0.177.0
goreleaser/goreleaser crit uname_arch_check 'arm64' got converted to 'all' which is not a GOARCH value.  Please file bug report at https://github.com/client9/shlib

This install method was also recently removed from the goreleaser documentation:

goreleaser/goreleaser@7ddcfb0

@codecov-commenter
Copy link

codecov-commenter commented Oct 25, 2021

Codecov Report

Merging #122 (5a8d982) into master (881e229) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #122   +/-   ##
=======================================
  Coverage   73.05%   73.05%           
=======================================
  Files          30       30           
  Lines        1874     1874           
=======================================
  Hits         1369     1369           
  Misses        445      445           
  Partials       60       60           
Flag Coverage Δ
stress ?
unittests 73.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 881e229...5a8d982. Read the comment docs.

@mmcloughlin mmcloughlin merged commit b4dbe78 into master Oct 25, 2021
@mmcloughlin mmcloughlin deleted the fix-goreleaser-install branch October 25, 2021 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants