Skip to content

Commit

Permalink
Merge pull request #3749 from containers/dependabot/go_modules/tests/…
Browse files Browse the repository at this point in the history
…tools/github.com/golangci/golangci-lint-1.44.0

build(deps): bump github.com/golangci/golangci-lint from 1.43.0 to 1.44.0 in /tests/tools
  • Loading branch information
openshift-merge-robot authored Jan 26, 2022
2 parents 7fc46fc + f3fb228 commit 1d6348b
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 1d6348b

Please sign in to comment.