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
8 changes: 4 additions & 4 deletions ipfs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: ipfs
version: 0.27.0
epoch: 4
version: 0.28.0
epoch: 0
description: An IPFS implementation in Go
copyright:
- license: Apache-2.0
Expand All @@ -24,13 +24,13 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 59bcea8783e4117d56aeb81685ce33b8ddb13a1b
expected-commit: e7f0f340c65379c1dd2d80967ae625614f1b9eae
repository: https://github.com/ipfs/kubo
tag: v${{package.version}}

- uses: go/bump
with:
deps: google.golang.org/[email protected] github.com/quic-go/[email protected] github.com/libp2p/[email protected]
deps: google.golang.org/[email protected]

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