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
10 changes: 3 additions & 7 deletions frp.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: frp
version: 0.56.0
epoch: 3
version: 0.57.0
epoch: 0
description: A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
copyright:
- license: Apache-2.0
Expand All @@ -17,14 +17,10 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 5a6d9f60c27acd10e438d7f724ad929703dccdc7
expected-commit: 8f23733f478a9962d3ad4d8e1d8c01dafdb4d49d
repository: https://github.com/fatedier/frp
tag: v${{package.version}}

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

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