Skip to content

Releases: atc0005/go-ci

Release v0.3.0

29 Nov 13:36
973f784
Compare
Choose a tag to compare

Added

  • New linters
    • pelletier/go-toml/cmd/tomll @v1.8.1
    • orijtech/structslop @v0.0.5
    • orijtech/httperroryzer @9d75de8cdf66f34670c84aeef3c2b698b001fd44
    • fatih/errwrap @v1.2.0

Fixed

  • README
    • update container image descriptions to better emphasize purpose
  • gitignore
    • exclude Visual Studio Code workspace settings (.vscode)
    • exclude scratch directory

References

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