Skip to content

Commit

Permalink
drop versions older than 1.60
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Feb 5, 2025
1 parent 8b92c01 commit 609bc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hscontrol/noise.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (ns *noiseServer) earlyNoise(protocolVersion int, writer io.Writer) error {
}

const (
MinimumCapVersion tailcfg.CapabilityVersion = 82
MinimumCapVersion tailcfg.CapabilityVersion = 87
)

func isSupportedVersion(version tailcfg.CapabilityVersion) bool {
Expand Down

0 comments on commit 609bc17

Please sign in to comment.