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

build(deps): bump github.com/golangci/golangci-lint from 1.43.0 to 1.44.0 in /tests/tools #3749

Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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