Skip to content
Closed
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
3 changes: 2 additions & 1 deletion cloudflared.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: cloudflared
version: "2025.11.1"
epoch: 2 # GHSA-j5w8-q4qc-rx2x
epoch: 3 # GHSA-93mf-426m-g6x9
description: Cloudflare Tunnel client
copyright:
- license: Apache-2.0
Expand All @@ -24,6 +24,7 @@ pipeline:
with:
deps: |-
golang.org/x/crypto@v0.45.0
github.com/coredns/coredns@v1.12.4

- uses: go/build
with:
Expand Down
Loading