Skip to content

Commit 6e1626f

Browse files
committed
Fix i
1 parent 3bec0e4 commit 6e1626f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/crd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: '1.25'
2626

2727
- name: Install controller-gen
28-
run: go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0
28+
run: go version && go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0
2929

3030
- name: Generate CRD
3131
run: |

api/v1/dataflow_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
1718
package v1
1819

1920
import (

0 commit comments

Comments
 (0)