Skip to content

fix: 更新goreleaser工作流配置 #3

fix: 更新goreleaser工作流配置

fix: 更新goreleaser工作流配置 #3

Triggered via push July 16, 2024 15:20
Status Failure
Total duration 16s
Artifacts
Fit to window
Zoom out
Zoom in

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)