Enable communication with Nomad using Task API over a unix socket #2062
build.yml
on: pull_request
Annotations
3 errors
validate (vendor-validate)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n git add -A\n cp -rf /out/* .\n diff=$(git status --porcelain -- go.mod go.sum)\n if [ -n \"$diff\" ]; then\n echo >&2 'ERROR: Vendor result differs. Please vendor your package with \"docker buildx bake vendor\"'\n echo \"$diff\"\n exit 1\n fi\n" did not complete successfully: exit code: 1
|
test
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -ex\n go test -parallel 4 -v -coverprofile=/tmp/coverage.txt -covermode=atomic -race ./...\n go tool cover -func=/tmp/coverage.txt\n" did not complete successfully: exit code: 1
|
validate (lint)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c golangci-lint run ./..." did not complete successfully: exit code: 1
|