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

feat(deps): udpate go-github to v55

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2023-09-11 13:53:33 +00:00
parent 8f2daf7f76
commit 4240a0fdb9
4 changed files with 5 additions and 48 deletions

View File

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