Skip to content

change EventStreamHandler param by []byte instead of string #118

change EventStreamHandler param by []byte instead of string

change EventStreamHandler param by []byte instead of string #118

Triggered via push June 13, 2024 08:04
Status Failure
Total duration 20s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build
missing go.sum entry for module providing package golang.org/x/crypto/pbkdf2 (imported by github.com/yeka/zip); to add:
build: logutil/colorablelog.go#L12
missing go.sum entry for module providing package github.com/mattn/go-colorable (imported by github.com/jhunters/goassist/logutil); to add:
build: netutil/raftx/raft.go#L12
missing go.sum entry for module providing package github.com/Jille/raft-grpc-leader-rpc/leaderhealth (imported by github.com/jhunters/goassist/netutil/raftx); to add:
build: netutil/raftx/raft.go#L13
missing go.sum entry for module providing package github.com/Jille/raft-grpc-transport (imported by github.com/jhunters/goassist/netutil/raftx); to add:
build: netutil/raftx/raft.go#L14
missing go.sum entry for module providing package github.com/Jille/raftadmin (imported by github.com/jhunters/goassist/netutil/raftx); to add:
build: netutil/raftx/raft.go#L15
missing go.sum entry for module providing package github.com/hashicorp/raft (imported by github.com/jhunters/goassist/netutil/raftx); to add:
build: netutil/raftx/raft.go#L16
missing go.sum entry for module providing package github.com/hashicorp/raft-boltdb (imported by github.com/jhunters/goassist/netutil/raftx); to add:
build: netutil/raftx/raft.go#L18
missing go.sum entry for module providing package google.golang.org/grpc (imported by github.com/jhunters/goassist/netutil/raftx); to add:
build: netutil/raftx/raft.go#L19
missing go.sum entry for module providing package google.golang.org/grpc/credentials/insecure (imported by github.com/jhunters/goassist/netutil/raftx); to add:
build: netutil/raftx/raft.go#L20
missing go.sum entry for module providing package google.golang.org/grpc/reflection (imported by github.com/jhunters/goassist/netutil/raftx); to add:
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/