Tags: JamieMagee/cli
Tags
Fix errors with new record_unknown_job_error endpoint (dependabot#197)
Bump the docker group with 2 updates (dependabot#189) Bumps the docker group with 2 updates: [github.com/docker/cli](https://github.com/docker/cli) and [github.com/moby/moby](https://github.com/moby/moby). Updates `github.com/docker/cli` from 24.0.6+incompatible to 24.0.7+incompatible - [Commits](docker/cli@v24.0.6...v24.0.7) Updates `github.com/moby/moby` from 24.0.6+incompatible to 24.0.7+incompatible - [Release notes](https://github.com/moby/moby/releases) - [Commits](moby/moby@v24.0.6...v24.0.7) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: github.com/moby/moby dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump the docker group with 3 updates (dependabot#178) Bumps the docker group with 3 updates: [github.com/docker/cli](https://github.com/docker/cli), [github.com/docker/docker](https://github.com/docker/docker) and [github.com/moby/moby](https://github.com/moby/moby). Updates `github.com/docker/cli` from 24.0.5+incompatible to 24.0.6+incompatible - [Commits](docker/cli@v24.0.5...v24.0.6) Updates `github.com/docker/docker` from 24.0.5+incompatible to 24.0.6+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v24.0.5...v24.0.6) Updates `github.com/moby/moby` from 24.0.5+incompatible to 24.0.6+incompatible - [Release notes](https://github.com/moby/moby/releases) - [Commits](moby/moby@v24.0.5...v24.0.6) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: github.com/moby/moby dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Improve the `go test` invocation (dependabot#170) 1. Enable the `race` detector 2. `shuffle` to ensure random ordering 3. `count=2` is very effective at sniffing out global state that doesn't get reset properly by a test.
validate commit sha to avoid common problem (dependabot#167)
PreviousNext