1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00
Deliver Go binaries as fast and easily as possible https://goreleaser.com/
Go to file
dependabot[bot] 3d62145962
chore(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0 (#5264)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.26.0
to 0.27.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4d2b19f26d"><code>4d2b19f</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="636867761e"><code>6368677</code></a>
gopls/internal/golang: strength reduce ComputeImportFixEdits</li>
<li><a
href="777f155311"><code>777f155</code></a>
gopls/internal/golang: show package attributes on hover</li>
<li><a
href="8a0e08fb12"><code>8a0e08f</code></a>
gopls/doc: add missing doc link</li>
<li><a
href="61415bee33"><code>61415be</code></a>
gopls/internal/cache: guard against malformed paths in port.matches</li>
<li><a
href="9a89d3a985"><code>9a89d3a</code></a>
internal/analysisinternal: avoid sub-token spans in TypeErrorEndPos</li>
<li><a
href="1115af6fe6"><code>1115af6</code></a>
internal/expect: support named arguments f(a, b, c=d,
e=&quot;f&quot;)</li>
<li><a
href="0b9e4998c4"><code>0b9e499</code></a>
go/{expect,packages/packagestest}: mention the tag+delete proposal</li>
<li><a
href="efcd2bdbd9"><code>efcd2bd</code></a>
internal/packagestest: fork go/packages/packagestest</li>
<li><a
href="0e9ed3dc7a"><code>0e9ed3d</code></a>
go/packages: do not mutate Config</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/tools/compare/v0.26.0...v0.27.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.26.0&new-version=0.27.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-11-11 08:34:30 +00:00
.github ci: dependabot fix 2024-11-06 14:55:31 -03:00
cmd docs: update 2024-11-04 09:06:38 -03:00
dagger ci: daggerize test pipeline (#4969) 2024-09-19 23:21:59 -03:00
internal test: remove redundant os.Exit in TestMain (#5257) 2024-11-09 15:10:14 -03:00
pkg test: remove redundant require.Error (#5253) 2024-11-06 22:16:31 -03:00
scripts chore: fix typo in script name (#5256) 2024-11-07 13:33:54 -03:00
testdata/TestVersion fix: version git tree state 2023-06-27 11:35:06 +00:00
www docs: clarify some things about ko templates 2024-11-06 22:54:16 -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 docs: update 2024-10-16 01:22:12 -03:00
.gitignore docs: update 2024-08-03 14:30:10 -03:00
.gitleaks.toml fix: run gitleaks and grype on prs (#3332) 2022-08-21 15:20:31 -03:00
.golangci.yaml refactor: remove empty lines, fix //nolint (#5235) 2024-10-31 13:51:54 -03:00
.goreleaser-nightly.yaml chore: use nightly.version_template 2024-08-18 15:36:44 -03:00
.goreleaser.yaml ci: release to riscv64 (#5196) 2024-10-21 08:38:00 -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-09-19 23:33:10 -03:00
dagger.json ci: daggerize test pipeline (#4969) 2024-09-19 23:21:59 -03:00
Dockerfile chore(deps): bump golang from 1.23.2-alpine to 1.23.3-alpine (#5255) 2024-11-07 08:53:11 +00:00
EULA.md docs: make co-marketing more strict on eula (#3583) 2022-11-22 23:54:11 -03:00
flake.lock chore: auto-update generated files 2024-11-04 13:49:47 +00:00
flake.nix chore: update nix 2024-09-03 19:57:29 -03:00
go.mod chore(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0 (#5264) 2024-11-11 08:34:30 +00:00
go.sum chore(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0 (#5264) 2024-11-11 08:34:30 +00:00
LICENSE.md docs: update license year 2022-02-08 14:21:36 -03:00
main_test.go feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
main.go feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
README.md docs: update sponsors page 2024-08-05 09:38:49 -03:00
SECURITY.md docs: fix typos, formatting 2023-10-02 18:04:20 +00:00
Taskfile.yml chore: fix typo in script name (#5256) 2024-11-07 13:33:54 -03:00
USERS.md docs: users update 2024-08-06 00:04:11 -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