We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bec0e4 commit 6e1626fCopy full SHA for 6e1626f
2 files changed
.github/workflows/crd.yml
@@ -25,7 +25,7 @@ jobs:
25
go-version: '1.25'
26
27
- name: Install controller-gen
28
- run: go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0
+ run: go version && go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0
29
30
- name: Generate CRD
31
run: |
api/v1/dataflow_types.go
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
14
limitations under the License.
15
*/
16
17
+
18
package v1
19
20
import (
0 commit comments