Because golint has been discontinued it might be a good idea add another tool in substitution.
One option is Staticcheck which is mentioned on golint README file.
This will not only solve the current issue with the test workflow but also help to spot errors even before compiling the code.
Because golint has been discontinued it might be a good idea add another tool in substitution.
One option is Staticcheck which is mentioned on
golintREADME file.This will not only solve the current issue with the test workflow but also help to spot errors even before compiling the code.