We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30ada86 + ff53811 commit bea9e47Copy full SHA for bea9e47
2 files changed
.buildkite/compose.yaml
@@ -1,6 +1,6 @@
1
services:
2
golangci-lint:
3
- image: golangci/golangci-lint:v1.64.8
+ image: golangci/golangci-lint:v2.11.3
4
working_dir: /plugin
5
volumes:
6
- ..:/plugin
internal/issue/comment/comment.go
@@ -31,7 +31,7 @@ func NewCommenter(client GitHubClient) (*Commenter, error) {
31
if !found {
32
stepKey, found = os.LookupEnv("BUILDKITE_LABEL")
33
34
- return nil, errors.New("At least one of BUILDKITE_STEP_KEY or BUILDKITE_LABEL must be set.")
+ return nil, errors.New("at least one of BUILDKITE_STEP_KEY or BUILDKITE_LABEL must be set")
35
}
36
37
0 commit comments