Skip to content

Implement support for custom blocks #2360

Implement support for custom blocks

Implement support for custom blocks #2360

Triggered via pull request November 17, 2023 17:36
Status Failure
Total duration 56s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Build
missing go.sum entry for module providing package golang.org/x/net/html (imported by github.com/sandertv/gophertunnel/minecraft/text); to add:
Build
missing go.sum entry for module providing package golang.org/x/net/context/ctxhttp (imported by golang.org/x/oauth2/internal); to add:
Build
missing go.sum entry for module providing package golang.org/x/crypto/ed25519 (imported by gopkg.in/square/go-jose.v2); to add:
Build
missing go.sum entry for module providing package golang.org/x/crypto/pbkdf2 (imported by gopkg.in/square/go-jose.v2); to add:
Build: server/world/chunk/paletted_storage.go#L49
reflect.SliceHeader has been deprecated since Go 1.21 and an alternative has been available since Go 1.17: Use unsafe.Slice or unsafe.SliceData instead. (SA1019)
Build: server/internal/lang/lang.go#L7
missing go.sum entry for module providing package golang.org/x/text/language (imported by github.com/df-mc/dragonfly/server/internal/lang); to add:
Build
Process completed with exit code 1.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/