Skip to content

v0.1.12

Compare
Choose a tag to compare
@atc0005 atc0005 released this 12 Dec 11:43
· 338 commits to master since this release
e2dd227

Overview

  • Bug fixes
  • Dependency updates
  • GitHub Actions Workflows updates
  • built using Go 1.19.4
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.19.1 to 1.19.4
    • atc0005/go-nagios
      • v0.10.0 to v0.10.2
    • github.com/mattn/go-colorable
      • v0.1.12 to v0.1.13
    • github.com/mattn/go-isatty
      • v0.0.14 to v0.0.16
    • github.com/alexflint/go-scalar
      • v1.1.0 to v1.2.0
    • golang.org/x/sys
      • v0.0.0-20210927094055-39ccf1dd6fa6 to v0.3.0
  • (GH-144) Refactor GitHub Actions workflows to import logic

Fixed

  • (GH-150) Fix Makefile Go module base path detection

References