Skip to content

v0.3.31

Compare
Choose a tag to compare
@atc0005 atc0005 released this 19 Aug 11:03
· 2189 commits to master since this release
bc8753a

Changed

  • Go versions

    • Update go-ci-stable from 1.16.7 to 1.17.0
    • Update go-ci-unstable from 1.17.rc2 to 1.17.0
    • Update go-ci-oldstable from 1.15.15 to 1.16.7
    • Update go-ci-stable-debian-build from 1.16.7 to 1.17.0
    • Update go-ci-stable-alpine-buildx86 from1.16.7-alpine3.14 to
      1.17.0-alpine3.14
    • Update go-ci-stable-alpine-buildx64 from1.16.7-alpine3.14 to
      1.17.0-alpine3.14
  • Dependencies

    • golangci/golangci-lint
      • v1.41.1 to v1.42.0
      • binary installed within oldstable, stable and unstable images
      • Docker image used as a builder/base for lint-only image
    • honnef.co/go/tools (staticcheck)
      • v0.2.0 to v0.2.1
  • Remove GO111MODULE env var usage

  • Replace oldstable image go get calls used for installation with go install

  • Update dependabot monitoring for oldstable version to reflect promotion
    of oldstable to Go 1.16

  • Add back errwrap to oldstable image

  • Update Debian-based images to reference current dependency versions for
    Bullseye release

References