Skip to content

Commit 8a890cb

Browse files
committed
chore(deps): Bump goreleaser to v1.3.1
1 parent 01abfff commit 8a890cb

File tree

7 files changed

+37
-20
lines changed

7 files changed

+37
-20
lines changed

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
require (
66
github.com/axw/gocov v1.0.0
77
github.com/golangci/golangci-lint v1.43.0
8-
github.com/goreleaser/goreleaser v1.3.0
8+
github.com/goreleaser/goreleaser v1.3.1
99
github.com/matm/gocov-html v0.0.0-20200509184451-71874e2e203b
1010
github.com/mattn/goveralls v0.0.11
1111
github.com/obalunenko/coverbadger v1.1.0

tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,8 +644,8 @@ github.com/goreleaser/chglog v0.1.2 h1:tdzAb/ILeMnphzI9zQ7Nkq+T8R9qyXli8GydD8plF
644644
github.com/goreleaser/chglog v0.1.2/go.mod h1:tTZsFuSZK4epDXfjMkxzcGbrIOXprf0JFp47BjIr3B8=
645645
github.com/goreleaser/fileglob v1.2.0 h1:OErqbdzeg/eibfDGPHDQDN8jL5u1jNyxA5IQzNPLLoU=
646646
github.com/goreleaser/fileglob v1.2.0/go.mod h1:rFyb2pXaK3YdnYnSjn6lifw0h2Q6s8OfOsx6I6bXkKE=
647-
github.com/goreleaser/goreleaser v1.3.0 h1:ycOSnMI9a98TvWKWujy+N2CxHElI36VoS6GM64uIP60=
648-
github.com/goreleaser/goreleaser v1.3.0/go.mod h1:RiKJLXOX4WVDW7whP8hWTkVjzrjund6wXDzjBCCQpz0=
647+
github.com/goreleaser/goreleaser v1.3.1 h1:SXMrtwwmKfoAdxvaBqFTxZcIn//JFYP2wG0yfrT6zfQ=
648+
github.com/goreleaser/goreleaser v1.3.1/go.mod h1:RiKJLXOX4WVDW7whP8hWTkVjzrjund6wXDzjBCCQpz0=
649649
github.com/goreleaser/nfpm/v2 v2.11.3 h1:FoPqUv5HAcyTp76LQCvhX4ZhG1UdeClxjmYlwiWXb/k=
650650
github.com/goreleaser/nfpm/v2 v2.11.3/go.mod h1:JDzAE2Jy8WsqZu4d7MIl6vhHTbc8ESZgqpfTA0hKdLQ=
651651
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75/go.mod h1:g2644b03hfBX9Ov0ZBDgXXens4rxSxmqFBbhvKv2yVA=

tools/vendor/github.com/goreleaser/goreleaser/internal/builders/golang/build.go

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/vendor/github.com/goreleaser/goreleaser/internal/pipe/prebuild/prebuild.go

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/vendor/github.com/goreleaser/goreleaser/internal/pipeline/pipeline.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/vendor/modules.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ github.com/goreleaser/chglog
677677
# github.com/goreleaser/fileglob v1.2.0
678678
## explicit; go 1.16
679679
github.com/goreleaser/fileglob
680-
# github.com/goreleaser/goreleaser v1.3.0
680+
# github.com/goreleaser/goreleaser v1.3.1
681681
## explicit; go 1.17
682682
github.com/goreleaser/goreleaser
683683
github.com/goreleaser/goreleaser/cmd
@@ -724,6 +724,7 @@ github.com/goreleaser/goreleaser/internal/pipe/linkedin
724724
github.com/goreleaser/goreleaser/internal/pipe/mattermost
725725
github.com/goreleaser/goreleaser/internal/pipe/milestone
726726
github.com/goreleaser/goreleaser/internal/pipe/nfpm
727+
github.com/goreleaser/goreleaser/internal/pipe/prebuild
727728
github.com/goreleaser/goreleaser/internal/pipe/project
728729
github.com/goreleaser/goreleaser/internal/pipe/publish
729730
github.com/goreleaser/goreleaser/internal/pipe/reddit

0 commit comments

Comments
 (0)