Skip to content
Merged
Show file tree
Hide file tree
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: 2 additions & 6 deletions tailscale.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: tailscale
version: "1.90.9"
version: "1.92.2"
epoch: 0
description: The easiest, most secure way to use WireGuard and 2FA.
copyright:
Expand All @@ -22,14 +22,10 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 66826a496b678495bfe70225b261288edcb26edf
expected-commit: 95a957cdd7b5c054289345c04ac271128c84c622
repository: https://github.com/tailscale/tailscale
tag: v${{package.version}}

- uses: patch
with:
patches: GHSA-j5w8-q4qc-rx2x.patch

- runs: |
go mod tidy
./build_dist.sh tailscale.com/cmd/containerboot
Expand Down
43 changes: 0 additions & 43 deletions tailscale/GHSA-j5w8-q4qc-rx2x.patch

This file was deleted.

Loading