dev: bump go.thethings.network/lorawan-stack/v3 from 3.33.1 to 3.34.0 #510
go.yaml
on: pull_request
Go Code Quality
1m 46s
Go Tests
1m 13s
Annotations
10 errors
|
Go Tests
cannot use m.CFList.Freq[0] (variable of type uint32) as "github.com/brocaar/lorawan".Payload value in struct literal: uint32 does not implement "github.com/brocaar/lorawan".Payload (missing method MarshalBinary)
|
|
Go Tests
mac.NetID undefined (type "github.com/brocaar/lorawan".JoinAcceptPayload has no field or method NetID)
|
|
Go Tests
undefined: lorawan.AppNonce
|
|
Go Tests
mac.AppNonce undefined (type "github.com/brocaar/lorawan".JoinAcceptPayload has no field or method AppNonce)
|
|
Go Tests
cannot convert payload.DevNonce (variable of uint16 type "github.com/brocaar/lorawan".DevNonce) to type "github.com/TheThingsNetwork/ttn/core/types".DevNonce
|
|
Go Tests
payload.AppEUI undefined (type *"github.com/brocaar/lorawan".JoinRequestPayload has no field or method AppEUI)
|
|
Go Tests
cannot convert m.DevNonce (variable of array type "github.com/TheThingsNetwork/ttn/core/types".DevNonce) to type "github.com/brocaar/lorawan".DevNonce
|
|
Go Tests
mac.AppEUI undefined (type "github.com/brocaar/lorawan".JoinRequestPayload has no field or method AppEUI)
|
|
Go Tests
cannot use cmd (variable of interface type "github.com/brocaar/lorawan".Payload) as "github.com/brocaar/lorawan".MACCommand value in argument to MACCommandFromMACCommand
|
|
Go Tests
cannot use cmd.MACCommand() (value of struct type "github.com/brocaar/lorawan".MACCommand) as "github.com/brocaar/lorawan".Payload value in argument to append: "github.com/brocaar/lorawan".MACCommand does not implement "github.com/brocaar/lorawan".Payload (method UnmarshalBinary has pointer receiver)
|