Skip to content

Releases: atc0005/go-ci

Release v0.2.16

23 Nov 09:21
d8bdb40
Compare
Choose a tag to compare

Changed

  • Update musl-dev pkg from 1.1.24-r9 to 1.1.24-r10

Fixed

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

References

Release v0.2.15

23 Nov 08:55
8b32c4f
Compare
Choose a tag to compare

Changed

  • Update golangci/golangci-lint from v1.32.2 to v1.33.0
    • binary installed within oldstable, stable and unstable images
    • Docker image used as a builder/base for lint-only image

References

Release v0.2.14

13 Nov 10:00
e9c045f
Compare
Choose a tag to compare

Changed

  • Go versions
    • Update go-ci-stable from 1.15.4 to 1.15.5
    • Update go-ci-oldstable from 1.14.11 to 1.14.12
    • Update go-ci-unstable from 1.15.4 to 1.15.5
      • the plan is to swap out to the next unstable Go version when it becomes
        available
    • Update go-ci-stable-debian-build from 1.15.4 to 1.15.5
    • Update go-ci-stable-alpine-buildx86 from1.15.4-alpine3.12 to
      1.15.5-alpine3.12
    • Update go-ci-stable-alpine-buildx64 from 1.15.4-alpine3.12 to
      1.15.5-alpine3.12

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

References

Release v0.2.13

08 Nov 10:25
26ac362
Compare
Choose a tag to compare

Changed

  • Go versions

    • Update go-ci-stable from 1.15.3 to 1.15.4
    • Update go-ci-oldstable from 1.14.10 to 1.14.11
    • Update go-ci-unstable from 1.15.3 to 1.15.4
      • the plan is to swap out to the next unstable Go version when it becomes
        available
    • Update go-ci-stable-debian-build from 1.15.3 to 1.15.4
    • Update go-ci-stable-alpine-buildx86 from1.15.3-alpine3.12 to
      1.15.4-alpine3.12
    • Update go-ci-stable-alpine-buildx64 from 1.15.3-alpine3.12 to
      1.15.4-alpine3.12
  • Dependencies

    • actions/checkout
      • v2.3.3 to v2.3.4

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

References

Release v0.2.12

03 Nov 11:08
3d5a307
Compare
Choose a tag to compare

Changed

  • Update golangci/golangci-lint from v1.32.0 to v1.32.2
    • binary installed within oldstable, stable and unstable images
    • Docker image used as a builder/base for lint-only image

References

Release v0.2.11

25 Oct 10:47
f8a9619
Compare
Choose a tag to compare

Changed

  • Update golangci/golangci-lint from v1.31.0 to v1.32.0
    • binary installed within oldstable, stable and unstable images
    • Docker image used as a builder/base for lint-only image

References

Release v0.2.10

17 Oct 10:21
0e4aca1
Compare
Choose a tag to compare

Changed

  • Go versions
    • Update go-ci-stable from 1.15.2 to 1.15.3
    • Update go-ci-oldstable from 1.14.9 to 1.14.10
    • Update go-ci-unstable from 1.15.2 to 1.15.3
      • the plan is to swap out to the next unstable Go version when it becomes
        available
    • Update go-ci-stable-debian-build from 1.15.2 to 1.15.3
    • Update go-ci-stable-alpine-buildx86 from1.15.2-alpine3.12 to
      1.15.3-alpine3.12
    • Update go-ci-stable-alpine-buildx64 from 1.15.2-alpine3.12 to
      1.15.3-alpine3.12

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

Fixed

  • Dependabot: Invalid ignore condition (version range) specified for
    "oldstable" image

References

Release v0.2.9

14 Oct 10:35
f5c691a
Compare
Choose a tag to compare

Added

  • Cross-platform Debian build image
    • used to generate cgo binaries for multiple architectures/platforms

Fixed

  • Dockerfiles using deprecated ENV syntax

References

Release v0.2.8

12 Oct 10:07
b227481
Compare
Choose a tag to compare

Changed

  • Dependencies
    • honnef.co/go/tools/cmd/staticcheck
      • 2020.1.5 to 2020.1.6

References

Release v0.2.7

08 Oct 15:43
cbb8139
Compare
Choose a tag to compare

Added

  • new Alpine build images to support cgo builds
    • based on the latest version of the current stable i386/golang and
      golang alpine images.
    • used for building Go applications, both directly and via Makefile
      builds.
    • uses musl libc instead of glibc
    • supports cross-platform, static cgo-enabled builds for Windows and Linux
    • new tags
      • go-ci-stable-alpine-buildx86
      • go-ci-stable-alpine-buildx64

Changed

  • Dependencies

    • actions/checkout
      • v2.3.2 to v2.3.3
    • actions/setup-node
      • v2.1.1 to v2.1.2
  • Light README updates to describe new image

  • Makefile changes to build/tag the new images

References