Skip to content

v0.1.11

Compare
Choose a tag to compare
@atc0005 atc0005 released this 03 Mar 10:30
· 468 commits to master since this release
47cc9ed

Overview

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

Changed

  • Dependencies

    • Go
      • 1.17.6 to 1.17.7
    • actions/checkout
      • v2.4.0 to v3
    • actions/setup-node
      • v2.5.1 to v3
  • (GH-111) Expand linting GitHub Actions Workflow to include oldstable,
    unstable container images

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

Fixed

  • (GH-114) var-declaration: should omit type string from declaration of var
    (revive)

References