1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00
Deliver Go binaries as fast and easily as possible https://goreleaser.com/
Go to file
dependabot[bot] 5fa826eb7f
feat(deps): bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#3768)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.5.0
to 0.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a9f661cb6e"><code>a9f661c</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="310bfa40f1"><code>310bfa4</code></a>
cryptobyte: reject negative Unwrite argument</li>
<li><a
href="59ff47295c"><code>59ff472</code></a>
all: fix some comments</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.5.0...v0.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.5.0&new-version=0.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 08:55:39 -03:00
.github chore(deps): bump github/codeql-action from 2.2.2 to 2.2.3 (#3767) 2023-02-09 08:52:59 -03:00
cmd build: use go1.20 (#3757) 2023-02-05 13:39:39 -03:00
internal fix(gitlab): correctly prepend/append/keep releases notes (#3765) 2023-02-07 11:19:19 -03:00
pkg fix: honouring ko bare option (#3743) 2023-02-01 19:46:38 -03:00
scripts docs: fix releases.json 2023-01-02 15:16:33 -03:00
www chore: docs releases json auto-update 2023-02-07 19:47:42 +00:00
.editorconfig feat: arch user repository integration (#2838) 2022-01-20 14:59:39 -03:00
.gitattributes docs: improve build (#3674) 2022-12-29 14:55:45 -03:00
.gitignore docs: improve build (#3674) 2022-12-29 14:55:45 -03:00
.gitleaks.toml fix: run gitleaks and grype on prs (#3332) 2022-08-21 15:20:31 -03:00
.golangci.yaml build: use go1.20 (#3757) 2023-02-05 13:39:39 -03:00
.goreleaser.yaml build: add another category to our changelog 2023-02-02 21:07:38 -03:00
.grype.yaml fix(grype): ignore unfixed vulns 2022-08-21 15:36:37 -03:00
.mailmap chore: update mailmap 2022-10-31 16:06:50 -03:00
CONTRIBUTING.md build: use go1.20 (#3757) 2023-02-05 13:39:39 -03:00
Dockerfile build: use go1.20 (#3757) 2023-02-05 13:39:39 -03:00
EULA.md docs: make co-marketing more strict on eula (#3583) 2022-11-22 23:54:11 -03:00
go.mod feat(deps): bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#3768) 2023-02-09 08:55:39 -03:00
go.sum feat(deps): bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#3768) 2023-02-09 08:55:39 -03:00
LICENSE.md docs: update license year 2022-02-08 14:21:36 -03:00
main_test.go test: fix version test 2021-12-20 21:34:34 -03:00
main.go feat(deps): update caarlos0/log 2022-08-08 09:26:09 -03:00
README.md docs: fix README badge (#3652) 2022-12-20 16:09:19 -03:00
SECURITY.md docs: update email addresses 2022-05-18 12:12:42 -03:00
Taskfile.yml build: increase release timeout (#3734) 2023-01-30 23:07:12 -03:00
USERS.md docs: update USERS.md (#3688) 2023-01-09 09:22:00 -03:00

GoReleaser Logo

GoReleaser

Deliver Go binaries as fast and easily as possible.


GoReleaser builds Go binaries for several platforms, creates a GitHub release and then pushes a Homebrew formula to a tap repository. All that wrapped in your favorite CI.


Get GoReleaser

Documentation

Documentation is hosted live at https://goreleaser.com

Community

You have questions, need support and or just want to talk about GoReleaser?

Here are ways to get in touch with the GoReleaser community:

Join Discord Follow Twitter GitHub Discussions

You can find the links above and all others here.

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. We appreciate your contribution. Please refer to our contributing guidelines for further information.

Badges

Release Software License Build status Codecov branch Artifact Hub Go Doc Powered By: GoReleaser Backers on Open Collective Sponsors on Open Collective Conventional Commits CII Best Practices

Sponsors

Does your company use goreleaser? Help keep the project bug-free and feature rich by sponsoring the project.

Backers

Love our work and community? Become a backer.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Stargazers over time

Stargazers over time