Skip to content

Commit 65e055e

Browse files
Bump github.com/golangci/golangci-lint from 1.31.0 to 1.32.0 in /tools (#78)
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.31.0 to 1.32.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.31.0...v1.32.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcc1466 commit 65e055e

File tree

2 files changed

+60
-2
lines changed

2 files changed

+60
-2
lines changed

tools/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/golang-templates/seed/build
33
go 1.15
44

55
require (
6-
github.com/golangci/golangci-lint v1.31.0
6+
github.com/golangci/golangci-lint v1.32.0
77
github.com/goreleaser/goreleaser v0.145.0
8-
mvdan.cc/gofumpt v0.0.0-20200709182408-4fd085cb6d5f
8+
mvdan.cc/gofumpt v0.0.0-20200802201014-ab5a8192947d
99
)

0 commit comments

Comments
 (0)