Drop machine-local slask-finder replace; build against released module
Build and Publish / BuildAndDeployArm64 (push) Failing after 7s
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled

The previous commit added 'replace github.com/matst80/slask-finder =>
/home/mats/...', a machine-specific path that breaks builds on any other host —
including the containerized CI build (the Dockerfile only copies the cart repo,
so that path is never present). The pinned version v0.0.0-20251125182907 is
available from the module proxy, so drop the replace and add the go.sum entry.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-16 13:32:05 +02:00
parent 60722e3414
commit 871edb6455
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -116,5 +116,3 @@ require (
)
tool github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen
replace github.com/matst80/slask-finder => /home/mats/github.com/matst80/slask-finder