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: 3 additions & 3 deletions ipfs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: ipfs
version: 0.20.0
epoch: 1
version: 0.21.0
epoch: 0
description: An IPFS implementation in Go
copyright:
- license: Apache-2.0
Expand All @@ -24,7 +24,7 @@ pipeline:
with:
repository: https://github.com/ipfs/kubo
tag: v${{package.version}}
expected-commit: b8c47250026a318d9b1496d7dcea6284355db140
expected-commit: 294db3e3024feef4552a58fb5ca38aef58254f12

- runs: |
CGO_ENABLED=1 GOOS=$(go env GOOS) GOARCH=$(go env GOARCH) GOFLAGS=-buildvcs=false make build GOTAGS=openssl
Expand Down