Skip to content

Fix lock warning

Fix lock warning #14

Triggered via pull request September 9, 2024 17:41
Status Failure
Total duration 5m 5s
Artifacts

docker-image.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo 'package main\\nimport (\\ncaddycmd \"github.com/caddyserver/caddy/v2/cmd\"\\n_ \"github.com/caddyserver/caddy/v2/modules/standard\"\\n_ \"github.com/***/caddy-tlsconsul\"\\n)\\nfunc main() {\\ncaddycmd.Main()\\n}' > main.go && go env -w GOPROXY=\"https://goproxy.io,direct\" && go mod init caddy && go get github.com/caddyserver/caddy/v2@v2.5.1 && go get && CGO_ENABLED=0 go build -trimpath -tags netgo -ldflags '-extldflags \"-static\" -s -w' -o /usr/bin/caddy" did not complete successfully: exit code: 1
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/login-action@v2, docker/metadata-action@v4, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/