docs(readme): pin shoutrrr link to go.mod shoutrrr version (#491)

This commit is contained in:
nils måsén
2023-06-17 10:37:24 +02:00
committed by GitHub
parent 336bf057ab
commit 828373da7f
5 changed files with 60 additions and 3 deletions

View File

@@ -29,6 +29,8 @@ FROM --platform=$BUILDPLATFORM base AS test
# - we set CGO_ENABLED=1 to have it enabled
# - we installed g++ to support the race detector
ENV CGO_ENABLED=1
COPY readme/ ./readme/
COPY README.md ./README.md
ENTRYPOINT go test -race -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic ./...
FROM --platform=$BUILDPLATFORM base AS lint