Skip to content

v0.3.1

Compare
Choose a tag to compare
@atc0005 atc0005 released this 16 Jun 11:47
· 208 commits to master since this release
5e86537

Overview

  • Bug fixes
  • GitHub Actions workflow updates
  • Dependency updates
  • built using Go 1.19.10
    • Statically linked
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.19.9 to 1.19.10
    • atc0005/go-ci build image
      • go-ci-oldstable-build-v0.10.5 to go-ci-oldstable-build-v0.11.0
    • atc0005/go-nagios
      • v0.14.0 to v0.15.0
    • golang.org/x/sys
      • v0.8.0 to v0.9.0
    • mattn/go-isatty
      • v0.0.18 to v0.0.19
  • (GH-99) Update vuln analysis GHAW to remove on.push hook

Fixed

  • (GH-95) Disable depguard linter
  • (GH-96) Add missing branding flag support
  • (GH-101) Restore local CodeQL workflow

References