Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion rook.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,6 +21,10 @@ pipeline:
expected-commit: bc37caa4624e866e56fb826e84226f3db6308359
tag: v${{package.version}}

- uses: go/bump
with:
deps: golang.org/x/[email protected]

- runs: |
mkdir -p ${{targets.destdir}}/usr/bin/
go build \
Expand Down