Releases: atc0005/go-ci
Releases · atc0005/go-ci
Release v0.3.0
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
- exclude Visual Studio Code workspace settings (
References
- See the
v0.3.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.
Release v0.2.16
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
- See the
v0.2.16
milestone for the issues associated with this release. - See our CHANGELOG for more information.
Release v0.2.15
Changed
- Update golangci/golangci-lint from
v1.32.2
tov1.33.0
- binary installed within
oldstable
,stable
andunstable
images - Docker image used as a builder/base for
lint-only
image
- binary installed within
References
- See the
v0.2.15
milestone for the issues associated with this release. - See our CHANGELOG for more information.
Release v0.2.14
Changed
- Go versions
- Update
go-ci-stable
from1.15.4
to1.15.5
- Update
go-ci-oldstable
from1.14.11
to1.14.12
- Update
go-ci-unstable
from1.15.4
to1.15.5
- the plan is to swap out to the next unstable Go version when it becomes
available
- the plan is to swap out to the next unstable Go version when it becomes
- Update
go-ci-stable-debian-build
from1.15.4
to1.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
from1.15.4-alpine3.12
to
1.15.5-alpine3.12
- Update
NOTE: The go-ci-lint-only
image is not updated in this release. We're
waiting on a new upstream release.
References
- See the
v0.2.14
milestone for the issues associated with this release. - See our CHANGELOG for more information.
Release v0.2.13
Changed
-
Go versions
- Update
go-ci-stable
from1.15.3
to1.15.4
- Update
go-ci-oldstable
from1.14.10
to1.14.11
- Update
go-ci-unstable
from1.15.3
to1.15.4
- the plan is to swap out to the next unstable Go version when it becomes
available
- the plan is to swap out to the next unstable Go version when it becomes
- Update
go-ci-stable-debian-build
from1.15.3
to1.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
from1.15.3-alpine3.12
to
1.15.4-alpine3.12
- Update
-
Dependencies
actions/checkout
v2.3.3
tov2.3.4
NOTE: The go-ci-lint-only
image is not updated in this release. We're
waiting on a new upstream release.
References
- See the
v0.2.13
milestone for the issues associated with this release. - See our CHANGELOG for more information.
Release v0.2.12
Changed
- Update golangci/golangci-lint from
v1.32.0
tov1.32.2
- binary installed within
oldstable
,stable
andunstable
images - Docker image used as a builder/base for
lint-only
image
- binary installed within
References
- See the
v0.2.12
milestone for the issues associated with this release. - See our CHANGELOG for more information.
Release v0.2.11
Changed
- Update golangci/golangci-lint from
v1.31.0
tov1.32.0
- binary installed within
oldstable
,stable
andunstable
images - Docker image used as a builder/base for
lint-only
image
- binary installed within
References
- See the
v0.2.11
milestone for the issues associated with this release. - See our CHANGELOG for more information.
Release v0.2.10
Changed
- Go versions
- Update
go-ci-stable
from1.15.2
to1.15.3
- Update
go-ci-oldstable
from1.14.9
to1.14.10
- Update
go-ci-unstable
from1.15.2
to1.15.3
- the plan is to swap out to the next unstable Go version when it becomes
available
- the plan is to swap out to the next unstable Go version when it becomes
- Update
go-ci-stable-debian-build
from1.15.2
to1.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
from1.15.2-alpine3.12
to
1.15.3-alpine3.12
- Update
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
- See the
v0.2.10
milestone for the issues associated with this release. - See our CHANGELOG for more information.
Release v0.2.9
Added
- Cross-platform Debian build image
- used to generate cgo binaries for multiple architectures/platforms
Fixed
- Dockerfiles using deprecated
ENV
syntax
References
- See the
v0.2.9
milestone for the issues associated with this release. - See our CHANGELOG for more information.
Release v0.2.8
Changed
- Dependencies
honnef.co/go/tools/cmd/staticcheck
2020.1.5
to2020.1.6
References
- See the
v0.2.8
milestone for the issues associated with this release. - See our CHANGELOG for more information.