Skip to content

Commit

Permalink
build(deps): bump github.com/golangci/golangci-lint in /tests/tools
Browse files Browse the repository at this point in the history
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.43.0 to 1.44.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.43.0...v1.44.0)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
dependabot[bot] authored and rhatdan committed Jan 26, 2022
1 parent 30d1340 commit f3fb228
Show file tree
Hide file tree
Showing 470 changed files with 18,813 additions and 5,542 deletions.
2 changes: 1 addition & 1 deletion cmd/buildah/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func updateConfig(builder *buildah.Builder, c *cobra.Command, iopts configResult
default:
value := os.Getenv(env[0])
if value == "" {
return errors.Errorf("error setting env %q: no value given.", env[0])
return errors.Errorf("error setting env %q: no value given", env[0])
}
builder.SetEnv(env[0], value)
}
Expand Down
2 changes: 1 addition & 1 deletion cmd/buildah/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ func manifestInspect(ctx context.Context, store storage.Store, systemContext *ty
if latestErr == nil {
latestErr = e
} else {
latestErr = errors.Wrapf(latestErr, "tried %v\n", e)
latestErr = errors.Wrapf(latestErr, "tried %v", e)
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.14

require (
github.com/cpuguy83/go-md2man/v2 v2.0.1
github.com/golangci/golangci-lint v1.43.0
github.com/golangci/golangci-lint v1.44.0
github.com/onsi/ginkgo v1.16.5
)
314 changes: 198 additions & 116 deletions tests/tools/go.sum

Large diffs are not rendered by default.

41 changes: 16 additions & 25 deletions tests/tools/vendor/github.com/BurntSushi/toml/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f3fb228

Please sign in to comment.