Skip to content

v0.1.9

Compare
Choose a tag to compare
@atc0005 atc0005 released this 02 Mar 11:48
· 432 commits to master since this release
86ff4d5

Overview

  • Dependency updates
  • CI / linting improvements
  • built using Go 1.17.7
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies

    • Go
      • 1.17.6 to 1.17.7
    • denisenkom/go-mssqldb
      • v0.11.0 to v0.12.0
    • alexflint/go-arg
      • v1.4.2 to v1.4.3
    • actions/checkout
      • v2.4.0 to v3
    • actions/setup-node
      • v2.5.1 to v3
  • (GH-89) Expand linting GitHub Actions Workflow to include oldstable,
    unstable container images

  • (GH-90) Switch Docker image source from Docker Hub to GitHub Container
    Registry (GHCR)

Fixed

  • (GH-92) gosec, revive linting errors surfaced by GHAWs refresh

References