Skip to content

Commit 1151e23

Browse files
committed
bump ci version
1 parent 86224fe commit 1151e23

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

.buildkite/pipeline.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,25 @@ steps:
1010
key: "lint"
1111
plugins:
1212
- docker#v5.13.0:
13-
image: "registry.hub.docker.com/golangci/golangci-lint:v2.0.2"
14-
command: ["golangci-lint", "run", "-v", "--config", ".golangci.yaml", "--concurrency", "0"]
13+
image: "registry.hub.docker.com/golangci/golangci-lint:v2.4.0"
14+
command:
15+
[
16+
"golangci-lint",
17+
"run",
18+
"-v",
19+
"--config",
20+
".golangci.yaml",
21+
"--concurrency",
22+
"0",
23+
]
1524
environment:
1625
- "GOTOOLCHAIN=auto"
1726
- label: ":golang: go test"
1827
key: "go_test"
1928
cancel_on_build_failing: true
2029
plugins:
2130
- docker#v5.13.0:
22-
image: golang:1.24.1
31+
image: golang:1.25.1
2332
always-pull: true
2433
command: ["go", "test", "-coverprofile=coverage.out", "./..."]
2534
artifact_paths: ["coverage.out"]

0 commit comments

Comments
 (0)