diff --git a/rook.yaml b/rook.yaml index 729b5aa32b1..f73f1e18b95 100644 --- a/rook.yaml +++ b/rook.yaml @@ -1,7 +1,7 @@ package: name: rook version: 1.14.0 - epoch: 0 + epoch: 1 description: Storage Orchestration for Kubernetes copyright: - license: Apache-2.0 @@ -21,6 +21,10 @@ pipeline: expected-commit: bc37caa4624e866e56fb826e84226f3db6308359 tag: v${{package.version}} + - uses: go/bump + with: + deps: golang.org/x/net@v0.23.0 + - runs: | mkdir -p ${{targets.destdir}}/usr/bin/ go build \