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

Bump github.com/goreleaser/goreleaser from 0.155.2 to 0.157.0 #56

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/goreleaser/goreleaser from 0.155.2 to 0.157.0.

Release notes

Sourced from github.com/goreleaser/goreleaser's releases.

v0.157.0

Changelog

901af74c fix: docker: stable image 784560c0 fix: try not to break if run on go1.15 (#2069) 5a1564bc fix: use deprecation warnings for go 1.15

Important

Check the deprecations page for more information.

Docker images

  • docker pull goreleaser/goreleaser:v0.157.0
  • docker pull ghcr.io/goreleaser/goreleaser:v0.157.0
  • docker pull goreleaser/goreleaser:latest
  • docker pull ghcr.io/goreleaser/goreleaser:latest

v0.156.2

Changelog

43fcfafe fix: brew: check cpu (#2062)

Important

GOOS=darwin GOARCH=arm64 was ignored before this release, since it was a build for iOS that most people didn't care about and required more than just go to build.

On Go 1.16, this target is now the macOS on Apple Silicon. GoReleaser v0.156.0+ is built for Go 1.16+ and will try to build the darwin arm64 target if the config allows it, which will likely fail if you are still using Go 1.15.

Solutions include:

  • Upgrade to Go 1.16
  • Downgrade to GoReleaser v0.155.x
  • Ignore darwin arm64 in your builds config:
ignore:
  - goos: darwin
    goarch: arm64

This will be a problem for you if your config includes darwin on the goos list (default) and arm64 on the goarch list (also default). If you manually set goos and goarch and it doesn't include this combination, no further action is needed.

Docker images

  • docker pull goreleaser/goreleaser:v0.156.2
  • docker pull ghcr.io/goreleaser/goreleaser:v0.156.2
  • docker pull goreleaser/goreleaser:latest
  • docker pull ghcr.io/goreleaser/goreleaser:latest

v0.156.1

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) from 0.155.2 to 0.157.0.
- [Release notes](https://github.com/goreleaser/goreleaser/releases)
- [Changelog](https://github.com/goreleaser/goreleaser/blob/master/.goreleaser.yml)
- [Commits](goreleaser/goreleaser@v0.155.2...v0.157.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@codecov
Copy link

codecov bot commented Feb 22, 2021

Codecov Report

Merging #56 (c48984a) into master (bddb553) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #56   +/-   ##
=======================================
  Coverage   88.65%   88.65%           
=======================================
  Files           5        5           
  Lines         485      485           
=======================================
  Hits          430      430           
  Misses         40       40           
  Partials       15       15           

@dependabot-preview dependabot-preview bot merged commit 6a7b2e4 into master Feb 22, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/goreleaser/goreleaser-0.157.0 branch February 22, 2021 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants