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 from 0.155.0 to 1.16.2 in /tools #83

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 4 additions & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ module github.com/jimmidyson/golang-repository-template/tools
go 1.15

require (
github.com/golangci/golangci-lint v1.36.0
github.com/goreleaser/goreleaser v0.155.0
github.com/Djarvur/go-err113 v0.1.0 // indirect
github.com/golangci/golangci-lint v1.43.0
github.com/goreleaser/goreleaser v1.16.2
github.com/ory/go-acc v0.2.6
github.com/quasilyte/regex/syntax v0.0.0-20200805063351-8f842688393c // indirect
)
Loading