Skip to content

v0.4.15

Compare
Choose a tag to compare
@atc0005 atc0005 released this 02 Mar 12:18
· 622 commits to master since this release
bedfca0

Overview

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

Changed

  • Dependencies

    • Go
      • 1.17.6 to 1.17.7
    • gopkg.in/ini.v1
      • v1.66.3 to v1.66.4
    • actions/checkout
      • v2.4.0 to v3
    • actions/setup-node
      • v2.5.1 to v3
  • (GH-264) Expand linting GitHub Actions Workflow to include oldstable,
    unstable container images

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

Fixed

  • (GH-267) var-declaration linting errors from revive linter

References