Skip to content

Releases: atc0005/go-ci

v0.3.24

10 Jun 14:24
2a08ae4
Compare
Choose a tag to compare

Changed

  • Go versions

    • Update go-ci-stable from 1.16.4 to 1.16.5
    • Update go-ci-oldstable from 1.15.12 to 1.15.13
    • Update go-ci-stable-debian-build from 1.16.4 to 1.16.5
    • Update go-ci-stable-alpine-buildx86 from1.16.4-alpine3.12 to
      1.16.5-alpine3.12
    • Update go-ci-stable-alpine-buildx64 from 1.16.4-alpine3.12 to
      1.16.5-alpine3.12
  • Dependencies

    • pelletier/go-toml
      • v1.9.1 to v1.9.2

References

v0.3.23

02 Jun 10:31
1f47d86
Compare
Choose a tag to compare

Changed

  • Dependencies
    • honnef.co/go/tools (staticcheck)
      • v0.1.4 to v0.2.0

References

v0.3.22

19 May 11:44
acbf060
Compare
Choose a tag to compare

Changed

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

References

v0.3.21

13 May 21:04
0a915e9
Compare
Choose a tag to compare

Changed

  • Go versions

    • Update go-ci-stable from 1.16.3 to 1.16.4
    • Update go-ci-oldstable from 1.15.11 to 1.15.12
    • Update go-ci-stable-debian-build from 1.16.3 to 1.16.4
    • Update go-ci-stable-alpine-buildx86 from1.16.3-alpine3.12 to
      1.16.4-alpine3.12
    • Update go-ci-stable-alpine-buildx64 from 1.16.3-alpine3.12 to
      1.16.4-alpine3.12
  • Dependencies

    • honnef.co/go/tools (staticcheck)
      • v0.1.3 to v0.1.4
    • golangci/golangci-lint
      • v1.39.0 to v1.40.0
      • binary installed within oldstable, stable and unstable images
      • Docker image used as a builder/base for lint-only image
    • pelletier/go-toml
      • v1.9.0 to v1.9.1

Fixed

  • Explicitly use public Docker Hub repo link

References

v0.3.20

15 Apr 10:23
e80ea25
Compare
Choose a tag to compare

Changed

  • Dependencies
    • golangci/golangci-lint
      • re-enable deprecated maligned linter, disable govet: fieldalignment
    • pelletier/go-toml
      • v1.8.1 to v1.9.0

References

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