From aed43d9b61830ace82cc119f603a224bf57e64d3 Mon Sep 17 00:00:00 2001 From: Garrett Delfosse Date: Mon, 11 May 2026 17:35:33 -0400 Subject: [PATCH] fix: update coder/tailscale to 85c03fc8fb2a (#24824) Updates `coder/tailscale` fork to [`85c03fc8fb2a`](https://github.com/coder/tailscale/commit/85c03fc8fb2ad8fdf5b9328be5d277aaa83afdff), which includes the DNS resilience fix from https://github.com/coder/tailscale/pull/114 (preserve NRPT rules on startup and improve hosts file retry). --- > Generated by Coder Agents --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8c7f71cc9d..59177175cc 100644 --- a/go.mod +++ b/go.mod @@ -36,7 +36,7 @@ replace github.com/tcnksm/go-httpstat => github.com/coder/go-httpstat v0.0.0-202 // There are a few minor changes we make to Tailscale that we're slowly upstreaming. Compare here: // https://github.com/tailscale/tailscale/compare/main...coder:tailscale:main -replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20260409064601-e956a950740b +replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20260429163024-85c03fc8fb2a // This is replaced to include // 1. a fix for a data race: c.f. https://github.com/tailscale/wireguard-go/pull/25 diff --git a/go.sum b/go.sum index 6b62e1add4..2572a85925 100644 --- a/go.sum +++ b/go.sum @@ -348,8 +348,8 @@ github.com/coder/serpent v0.15.0 h1:jobR7DnPsxzEMD0cRiailwlY+4v6HAPS/8emIgBpaIU= github.com/coder/serpent v0.15.0/go.mod h1:7OIvFBYMd+OqarMy5einBl8AtRr8LliopVU7pyrwucY= github.com/coder/ssh v0.0.0-20231128192721-70855dedb788 h1:YoUSJ19E8AtuUFVYBpXuOD6a/zVP3rcxezNsoDseTUw= github.com/coder/ssh v0.0.0-20231128192721-70855dedb788/go.mod h1:aGQbuCLyhRLMzZF067xc84Lh7JDs1FKwCmF1Crl9dxQ= -github.com/coder/tailscale v1.1.1-0.20260409064601-e956a950740b h1:HW3db+iEczHHSsPLJokZRJTO788qf782qJcR9YAeAaM= -github.com/coder/tailscale v1.1.1-0.20260409064601-e956a950740b/go.mod h1:9lK5yqqKpK5yhDv4G8ZDDHr2S8EATEjLyUkLTKDbPzU= +github.com/coder/tailscale v1.1.1-0.20260429163024-85c03fc8fb2a h1:CY+xXouIJvsV0Uk5m6TK0PNxWDTnJuwZFxqVe89njNQ= +github.com/coder/tailscale v1.1.1-0.20260429163024-85c03fc8fb2a/go.mod h1:nZCGeMF1kGUrQsLky8IAWZRdREwAykS25UjtdhXGCuU= github.com/coder/terraform-config-inspect v0.0.0-20250107175719-6d06d90c630e h1:JNLPDi2P73laR1oAclY6jWzAbucf70ASAvf5mh2cME0= github.com/coder/terraform-config-inspect v0.0.0-20250107175719-6d06d90c630e/go.mod h1:Gz/z9Hbn+4KSp8A2FBtNszfLSdT2Tn/uAKGuVqqWmDI= github.com/coder/terraform-provider-coder/v2 v2.16.0 h1:n5/RkxVWuhjQWLqBYkjcUzNIR01JGnpHnqMso6IZBGE=