Skip to content

Correction of usage errors.Wrap instead of errors.Wrapf#118

Merged
hexdigest merged 1 commit intohexdigest:masterfrom
uvyuhin:fix/using_wrap
Dec 11, 2025
Merged

Correction of usage errors.Wrap instead of errors.Wrapf#118
hexdigest merged 1 commit intohexdigest:masterfrom
uvyuhin:fix/using_wrap

Conversation

@uvyuhin
Copy link
Contributor

@uvyuhin uvyuhin commented Dec 5, 2025

The master build is currently failing with the following error:

Error: generator/generator.go:681:46: printf: non-constant format string in call to github.com/pkg/errors.Wrapf (govet)
	return "", errors.Wrapf(errUnknownSelector, name)
	                                            ^
make: *** [Makefile:32: lint] Error 1
Error: Process completed with exit code 2.

The method uses errors.Wrapf instead of errors.Wrap

@hexdigest hexdigest merged commit f2a5317 into hexdigest:master Dec 11, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants