Skip to content

Commit

Permalink
chore(deps): update goreleaser/goreleaser docker tag to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 6, 2024
1 parent 791784e commit c77597a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goreleaser.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type GoReleaserOpts struct {
var defaultGoreleaserImage = Image{
Name: "goreleaser/goreleaser",
//# renovate: datasource=docker depName=goreleaser/goreleaser versioning=docker
Version: "v1.26.2",
Version: "v2.0.0",
}

func release(ctx context.Context, client dagger.Client, opts GoReleaserOpts) error {
Expand Down

0 comments on commit c77597a

Please sign in to comment.