We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0596f6f commit d2cf457Copy full SHA for d2cf457
.buildkite/pipeline.yml
@@ -74,22 +74,6 @@ steps:
74
run: unit-test
75
config: docker/buildkite/docker-compose.yml
76
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
-
93
- label: ":golang: integration-test-sticky-off"
94
artifact_paths:
95
- ".build/*/coverage/*.out"
0 commit comments