Skip to content

v0.1.2

Compare
Choose a tag to compare
@atc0005 atc0005 released this 19 Jul 11:16
· 438 commits to master since this release
15e8d79

Overview

  • Dependency updates
  • Built using Go 1.16.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • Add "canary" Dockerfile to track stable Go releases, serve as a reminder to
    generate fresh binaries

Changed

  • Swap out GoDoc badge for pkg.go.dev badge

  • Dependencies

    • Go
      • 1.15.2 to 1.16.6
    • actions/checkout
      • v2.3.3 to v2.3.4
    • actions/setup-node
      • v2.1.2 to v2.2.0
      • update node-version value to always use latest LTS version instead of
        hard-coded version

References