Skip to content

v0.4.16

Compare
Choose a tag to compare
@atc0005 atc0005 released this 27 Apr 12:07
· 614 commits to master since this release
eafde56

Overview

  • Dependency updates
  • Bugfixes
  • built using Go 1.17.9
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.17.7 to 1.17.9
    • tc-hib/go-winres
      • v0.2.4 to v0.3.0

Fixed

  • (GH-274) err113: do not compare errors directly "got != want", use
    "!errors.Is(got, want)"

References