1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-05 00:59:04 +02:00

feat(deps): update go-github to v54 (#4251)

<!--

Hi, thanks for contributing!

Please make sure you read our CONTRIBUTING guide.

Also, add tests and the respective documentation changes as well.

-->


<!-- If applied, this commit will... -->

...

<!-- Why is this change being made? -->

...

<!-- # Provide links to any relevant tickets, URLs or other resources
-->

...

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2023-08-24 10:50:36 -03:00
committed by GitHub
parent 76f2b81bb5
commit 53bcbe951a
4 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ import (
"time"
"github.com/caarlos0/log"
"github.com/google/go-github/v53/github"
"github.com/google/go-github/v54/github"
"github.com/goreleaser/goreleaser/internal/artifact"
"github.com/goreleaser/goreleaser/internal/tmpl"
"github.com/goreleaser/goreleaser/pkg/config"