Skip to content

Releases: atc0005/go-ci

v0.3.19

02 Apr 10:58
d161d7e
Compare
Choose a tag to compare

Changed

  • Go versions

    • Update go-ci-stable from 1.16.2 to 1.16.3
    • Update go-ci-oldstable from 1.15.10 to 1.15.11
    • Update go-ci-stable-debian-build from 1.16.2 to 1.16.3
    • Update go-ci-stable-alpine-buildx86 from1.16.2-alpine3.12 to
      1.16.3-alpine3.12
    • Update go-ci-stable-alpine-buildx64 from 1.16.2-alpine3.12 to
      1.16.3-alpine3.12
  • Dependencies

    • golangci/golangci-lint
      • replace deprecated maligned linter with govet: fieldalignment
      • replace deprecated scopelint linter with exportloopref

NOTE: The go-ci-lint-only image is not updated in this release. We're
waiting on a new upstream release.

References

v0.3.18

26 Mar 11:04
a291678
Compare
Choose a tag to compare

Changed

  • Dependencies
    • golangci/golangci-lint
      • v1.38.0 to v1.39.0
      • binary installed within oldstable, stable and unstable images
      • Docker image used as a builder/base for lint-only image
    • fatih/errwrap
      • v1.2.0 to v1.3.1
        • for images other than oldstable (see Removed section)

Removed

  • Dependencies
    • fatih/errwrap
      • removed from the oldstable image since it now requires Go 1.16
      • the plan is to restore this once Go 1.17 is released and Go 1.16 becomes
        the oldstable version

References

v0.3.17

12 Mar 12:00
e990b71
Compare
Choose a tag to compare

Changed

  • Update git pkg from 2.26.2-r0 to 2.26.3-r0

Fixed

  • Alpine build containers
    • image build failure for v0.3.16 release

References

v0.3.16

12 Mar 11:36
165af97
Compare
Choose a tag to compare

Changed

  • Go versions

    • Update go-ci-stable from 1.16.0 to 1.16.2
    • Update go-ci-oldstable from 1.15.8 to 1.15.10
    • Update go-ci-stable-debian-build from 1.16.0 to 1.16.2
    • Update go-ci-stable-alpine-buildx86 from1.16.0-alpine3.12 to
      1.16.2-alpine3.12
    • Update go-ci-stable-alpine-buildx64 from 1.16.0-alpine3.12 to
      1.16.2-alpine3.12
  • Dependencies

    • go.mod
      • Update Go version from 1.14 to 1.15
    • honnef.co/go/tools
      • v0.1.2 to v0.1.3

NOTE: The go-ci-lint-only image is not updated in this release. We're
waiting on a new upstream release.

References

v0.3.15

04 Mar 10:23
46a48b3
Compare
Choose a tag to compare

Changed

  • Dependencies
    • golangci/golangci-lint
      • v1.37.1 to v1.38.0
      • binary installed within oldstable, stable and unstable images
      • Docker image used as a builder/base for lint-only image

References

v0.3.14

25 Feb 14:14
9702abb
Compare
Choose a tag to compare

Changed

  • Go versions

    • Update go-ci-stable-alpine-buildx86 from1.15.8-alpine3.12 to
      1.16.0-alpine3.12 (GH-248)
  • Dependencies

    • actions/setup-node
      • v2.1.4 to v2.1.5

Fixed

  • Update CHANGELOG entry for v0.3.12 to reflect that the
    go-ci-stable-alpine-buildx86 image was not updated as intended

References

v0.3.13

21 Feb 10:32
d4296af
Compare
Choose a tag to compare

Changed

  • Dependencies
    • honnef.co/go/tools
      • v0.1.1 to v0.1.2
    • golangci/golangci-lint
      • v1.37.0 to v1.37.1
      • binary installed within oldstable, stable and unstable images
      • Docker image used as a builder/base for lint-only image

References

v0.3.12

17 Feb 10:52
b369b1c
Compare
Choose a tag to compare

Changed

  • Go versions
    • Update go-ci-stable from 1.15.8 to 1.16.0
    • Update go-ci-oldstable from 1.14.15 to 1.15.8
    • Update go-ci-stable-debian-build from 1.15.8 to 1.16.0
    • Update go-ci-stable-alpine-buildx64 from 1.15.8-alpine3.12 to
      1.16.0-alpine3.12
  • Dependencies
    • golangci/golangci-lint
      • v1.36.0 to v1.37.0
      • binary installed within oldstable, stable and unstable images
      • Docker image used as a builder/base for lint-only image

NOTE: go-ci-stable-alpine-buildx86 was not updated as intended in this release. v0.3.14 release (GH-248) includes the intended update.

References

v0.3.11

05 Feb 10:31
2710acd
Compare
Choose a tag to compare

Changed

  • Go versions
    • Update go-ci-stable from 1.15.7 to 1.15.8
    • Update go-ci-oldstable from 1.14.14 to 1.14.15
    • Update go-ci-stable-debian-build from 1.15.7 to 1.15.8
    • Update go-ci-stable-alpine-buildx86 from1.15.7-alpine3.12 to
      1.15.8-alpine3.12
    • Update go-ci-stable-alpine-buildx64 from 1.15.7-alpine3.12 to
      1.15.8-alpine3.12

NOTE: The go-ci-lint-only image is not updated in this release. We're
waiting on a new upstream release.

Fixed

  • update version listed in v0.3.7 release

References

v0.3.10

29 Jan 08:20
69e6b12
Compare
Choose a tag to compare

Changed

  • Go versions
    • Update go-ci-unstable from 1.16beta1 to 1.16rc1

Fixed

  • CHANGELOG entry for v0.3.7 which incorrectly inferred a change from
    1.16beta1 to then current 1.15.7 Go version

References