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/v2 from 2.4.3 to 2.4.4 in /tools #341

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.0
require (
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.62.0
github.com/goreleaser/goreleaser/v2 v2.4.3
github.com/goreleaser/goreleaser/v2 v2.4.4
golang.org/x/vuln v1.1.3
)

Expand Down
4 changes: 2 additions & 2 deletions tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@ github.com/goreleaser/chglog v0.6.1 h1:NZKiX8l0FTQPRzBgKST7knvNZmZ04f7PEGkN2wInf
github.com/goreleaser/chglog v0.6.1/go.mod h1:Bnnfo07jMZkaAb0uRNASMZyOsX6ROW6X1qbXqN3guUo=
github.com/goreleaser/fileglob v1.3.0 h1:/X6J7U8lbDpQtBvGcwwPS6OpzkNVlVEsFUVRx9+k+7I=
github.com/goreleaser/fileglob v1.3.0/go.mod h1:Jx6BoXv3mbYkEzwm9THo7xbr5egkAraxkGorbJb4RxU=
github.com/goreleaser/goreleaser/v2 v2.4.3 h1:OG00X4vv1SdMXJQe9goG6affxxyrBpWzNth7Ogjiab0=
github.com/goreleaser/goreleaser/v2 v2.4.3/go.mod h1:exKvdonLCUdgKgXgJ6e6g9Mq6GgncGrIeVwKmKhQ6ns=
github.com/goreleaser/goreleaser/v2 v2.4.4 h1:rnBXKmcA3BXBUVBw9u+ExyxOtrXGLhVjggYuDs31NkI=
github.com/goreleaser/goreleaser/v2 v2.4.4/go.mod h1:exKvdonLCUdgKgXgJ6e6g9Mq6GgncGrIeVwKmKhQ6ns=
github.com/goreleaser/nfpm/v2 v2.41.0 h1:JyMzS/EwqaWbFs+7Z9oZ4Hkk4or00gUTqwm9Dgr8QYg=
github.com/goreleaser/nfpm/v2 v2.41.0/go.mod h1:VPc5kF5OgfA+BosV/A2aB+Vg34honjWvp0Vt8ogsSi0=
github.com/goreleaser/quill v0.0.0-20241025150139-731751b4046d h1:bBLVbv03RLdskOHJfNkEJIMm+85b4E3GJkEEVXIu48k=
Expand Down
Loading