Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

v0.4.19

Compare
Choose a tag to compare
@atc0005 atc0005 released this 03 Mar 11:45
· 257 commits to master since this release
755e6e0

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
    • atc0005/go-teams-notify
      • v2.6.0 to v2.6.1
    • 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-275) Expand linting GitHub Actions Workflow to include oldstable,
    unstable container images

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

Fixed

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

References