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] 5e122311dc
chore(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 (#4840)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.20.0
to 0.21.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cc29c91ba3"><code>cc29c91</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="397fef9629"><code>397fef9</code></a>
gopls/internal/protocol: add links to LSP spec</li>
<li><a
href="e2a352c850"><code>e2a352c</code></a>
internal/refactor/inline: extensible API</li>
<li><a
href="c16c816ac4"><code>c16c816</code></a>
go/analysis/passes/stdversion: test *.go &lt; go.mod version</li>
<li><a
href="629a7be6d0"><code>629a7be</code></a>
go/analysis/analysistest: stricter errors and GOWORK setting</li>
<li><a
href="4db16973aa"><code>4db1697</code></a>
go/packages/packagestest: fold modules_111.go into modules.go</li>
<li><a
href="ccdef3cc26"><code>ccdef3c</code></a>
gopls/internal/golang: fix nil panic in InlayHint</li>
<li><a
href="74c9cfe4d2"><code>74c9cfe</code></a>
go/analysis: add Pass.ReadFile</li>
<li><a
href="5ef4fc9014"><code>5ef4fc9</code></a>
gopls/internal/golang/completion: fix the isEmptyInterface
predicate</li>
<li><a
href="77f691bada"><code>77f691b</code></a>
internal/gcimporter: use Alias.Rhs, not unsafe hack</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/tools/compare/v0.20.0...v0.21.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.20.0&new-version=0.21.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2024-05-07 08:44:58 -03:00
.github chore(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.0 (#4844) 2024-05-07 08:44:35 -03:00
cmd docs: improve -p help message (#4798) 2024-04-22 23:13:37 -03:00
internal Revert "fix: temp disable snapcraft" (#4830) 2024-05-06 00:20:39 -03:00
pkg feat(archive): support tar.zst (#4825) 2024-05-03 10:29:55 -03:00
scripts build: simplify (#4748) 2024-04-03 14:16:25 -03:00
testdata/TestVersion fix: version git tree state 2023-06-27 11:35:06 +00:00
www feat(archive): support tar.zst (#4825) 2024-05-03 10:29:55 -03:00
.editorconfig chore: fix typo in .editorconfig 2024-01-24 08:00:52 -03:00
.envrc build: nix devShell (#4507) 2023-12-28 20:49:23 -03:00
.gitattributes feat: nix support (#4012) 2023-05-25 23:07:10 -03:00
.gitignore build: nix devShell (#4507) 2023-12-28 20:49:23 -03:00
.gitleaks.toml fix: run gitleaks and grype on prs (#3332) 2022-08-21 15:20:31 -03:00
.golangci.yaml chore: fix all existing lint issues (#4637) 2024-02-19 08:49:39 -03:00
.goreleaser-nightly.yaml build: release nightly every Thursday (#4211) 2023-08-02 23:17:03 -03:00
.goreleaser.yaml Revert "fix: temp disable snapcraft" (#4830) 2024-05-06 00:20:39 -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
art.txt feat: new --version output (#3962) 2023-04-30 14:19:55 -03:00
CONTRIBUTING.md docs: update CONTRIBUTING 2024-04-01 14:07:38 -03:00
Dockerfile chore(deps): bump golang from 1.22.1-alpine to 1.22.2-alpine (#4753) 2024-04-04 09:34:31 -03:00
EULA.md docs: make co-marketing more strict on eula (#3583) 2022-11-22 23:54:11 -03:00
flake.lock chore(nix): update flake 2024-05-02 20:39:51 -03:00
flake.nix chore(nix): update flake 2024-05-02 20:39:51 -03:00
go.mod chore(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 (#4840) 2024-05-07 08:44:58 -03:00
go.sum chore(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 (#4840) 2024-05-07 08:44:58 -03:00
LICENSE.md docs: update license year 2022-02-08 14:21:36 -03:00
main_test.go fix: version git tree state 2023-06-27 11:35:06 +00:00
main.go chore: remove comment about WSL failure (#4201) 2023-07-20 17:01:59 -03:00
README.md docs: udpate starcharts url 2024-01-05 10:06:56 -03:00
SECURITY.md docs: fix typos, formatting 2023-10-02 18:04:20 +00:00
Taskfile.yml build: update generate workflow 2024-04-01 15:46:13 -03:00
USERS.md docs: update USERS.md (#4839) 2024-05-06 16:42:17 -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

GitHub Sponsors

High-tier sponsors of @caarlos0 on GitHub:

OpenCollective

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