Skip to content

v1.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 14:55
v1.1.2
6cc53e2

Changed

  • Changed the code by replacing ioutil.ReadAll and ioutil.NopCloser with io.ReadAll and io.NopCloser, respectively, due to their deprecation.