Skip to content

workflows/push.yml: Bump staticcheck to v0.4 #2991

workflows/push.yml: Bump staticcheck to v0.4

workflows/push.yml: Bump staticcheck to v0.4 #2991

Triggered via push December 10, 2023 02:43
Status Failure
Total duration 56s
Artifacts

push.yml

on: push
Update Contributors
0s
Update Contributors
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/