fix: 更新goreleaser工作流配置 #3
Annotations
10 errors
build:
main.go#L47
Error return value of `rbot.Block` is not checked (errcheck)
|
build:
main.go#L48
Error return value of `bot.Block` is not checked (errcheck)
|
build:
rikkabot/common/user.go#L44
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"SendFile2FriendByNickname failed: friend not found\")" (err113)
|
build:
rikkabot/common/user.go#L48
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"SendText2FriendByNickname failed: %s\", err.Error())" (err113)
|
build:
rikkabot/common/user.go#L59
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"SendFile2FriendByNickname failed: friend not found\")" (err113)
|
build:
rikkabot/common/user.go#L63
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"SendImg2FriendByNickname failed: %s\", err.Error())" (err113)
|
build:
rikkabot/common/user.go#L74
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"SendFile2FriendByNickname failed: friend not found\")" (err113)
|
build:
rikkabot/common/user.go#L78
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"SendFile2FriendByNickname failed: %s\", err.Error())" (err113)
|
build:
rikkabot/common/user.go#L87
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"SendText2FriendById failed: friend not found\")" (err113)
|
build:
rikkabot/common/user.go#L91
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"SendText2FriendById failed: %s\", err.Error())" (err113)
|