Skip to content

Commit bea9e47

Browse files
authored
Merge pull request #9 from buildkite-plugins/renovate/golangci-golangci-lint-2.x
2 parents 30ada86 + ff53811 commit bea9e47

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.buildkite/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
golangci-lint:
3-
image: golangci/golangci-lint:v1.64.8
3+
image: golangci/golangci-lint:v2.11.3
44
working_dir: /plugin
55
volumes:
66
- ..:/plugin

internal/issue/comment/comment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func NewCommenter(client GitHubClient) (*Commenter, error) {
3131
if !found {
3232
stepKey, found = os.LookupEnv("BUILDKITE_LABEL")
3333
if !found {
34-
return nil, errors.New("At least one of BUILDKITE_STEP_KEY or BUILDKITE_LABEL must be set.")
34+
return nil, errors.New("at least one of BUILDKITE_STEP_KEY or BUILDKITE_LABEL must be set")
3535
}
3636
}
3737

0 commit comments

Comments
 (0)