Skip to content

Commit d2cf457

Browse files
committed
remove extra build step
1 parent 0596f6f commit d2cf457

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,6 @@ steps:
7474
run: unit-test
7575
config: docker/buildkite/docker-compose.yml
7676

77-
- label: ":golang: ensure it builds on go 1.21"
78-
artifact_paths: [ ]
79-
plugins:
80-
- kubernetes:
81-
<<: *kubernetes
82-
podSpec:
83-
<<: *podSpec
84-
containers:
85-
- <<: *commandContainer
86-
command:
87-
- |-
88-
GOTOOLCHAIN=go1.21.1 go build ./...
89-
- docker-compose#v3.0.0:
90-
run: unit-test
91-
config: docker/buildkite/docker-compose.yml
92-
9377
- label: ":golang: integration-test-sticky-off"
9478
artifact_paths:
9579
- ".build/*/coverage/*.out"

0 commit comments

Comments
 (0)