Skip to content

v0.1.3

Compare
Choose a tag to compare
@atc0005 atc0005 released this 16 Jul 11:14
· 538 commits to master since this release
580ad3f

Overview

  • Add test
  • Dependency updates
  • built using Go 1.16.6
    • Statically linked
    • Linux (x86, x64)

Added

  • Add test

    • basic custom flags parsing using example from README
  • Add "canary" Dockerfile to track stable Go releases, serve as a reminder to
    generate fresh binaries

Changed

  • dependencies
    • Go
      • 1.16.3 to 1.16.6
      • canary file updated from 1.16.5 to 1.16.6
    • atc0005/go-nagios
      • v0.6.0 to v0.6.1
    • alexflint/go-arg
      • v1.3.0 to v1.4.2
    • pelletier/go-toml
      • v1.9.2 to v1.9.3
    • rs/zerolog
      • v1.22.0 to v1.23.0
    • actions/setup-node
      • updated from v2.1.5 to v2.2.0
      • update node-version value to always use latest LTS version instead of
        hard-coded version

References