Skip to content

chore(deps): bump tailscale.com from 1.68.0 to 1.96.3#36

Merged
haasonsaas merged 2 commits intomainfrom
dependabot/go_modules/tailscale.com-1.96.3
Mar 27, 2026
Merged

chore(deps): bump tailscale.com from 1.68.0 to 1.96.3#36
haasonsaas merged 2 commits intomainfrom
dependabot/go_modules/tailscale.com-1.96.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps tailscale.com from 1.68.0 to 1.96.3.

Release notes

Sourced from tailscale.com's releases.

v1.96.3

Please refer to the changelog available at https://tailscale.com/changelog

v1.96.2

Please refer to the changelog available at https://tailscale.com/changelog

v1.94.2

Please refer to the changelog available at https://tailscale.com/changelog

v1.94.1

Please refer to the changelog available at https://tailscale.com/changelog

v1.92.5

Please refer to the changelog available at https://tailscale.com/changelog

v1.92.3

Please refer to the changelog available at https://tailscale.com/changelog

v1.92.2

Please refer to the changelog available at https://tailscale.com/changelog

v1.92.1

Please refer to the changelog available at https://tailscale.com/changelog

v1.90.9

Please refer to the changelog available at https://tailscale.com/changelog

v1.90.8

Please refer to the changelog available at https://tailscale.com/changelog

v1.90.6

Please refer to the changelog available at https://tailscale.com/changelog

v1.90.4

Please refer to the changelog available at https://tailscale.com/changelog

v1.90.3

Please refer to the changelog available at https://tailscale.com/changelog

v1.90.2

Please refer to the changelog available at https://tailscale.com/changelog

v1.90.1

Please refer to the changelog available at https://tailscale.com/changelog

v1.88.3

Please refer to the changelog available at https://tailscale.com/changelog

v1.88.1

Please refer to the changelog available at https://tailscale.com/changelog

... (truncated)

Commits
  • bf309e4 VERSION.txt: this is v1.96.3
  • 41061fa feature/featuretags: skip TestAllOmitBuildTagsDeclared when not in a git repo
  • a330ce9 net/dns: use the correct separator for multiple servers in the same NRPT rule...
  • 044221b kube/certs: discover TLS domains from TCP TerminateTLS handlers (#19020) (#19...
  • 17a4f58 VERISON.txt this is v1.96.2
  • c25843e cmd/{containerboot,k8s-operator}: reissue auth keys for broken proxies (#1645...
  • 43ad51d util/linuxfw: fix nil pointer panic in connmark rules without IPv6 (#18946) (...
  • f2c3a67 cmd/k8s-operator: use correct tailnet client for L7 & L3 ingresses (#18749) (...
  • 6af139f VERSION.txt: this is v1.96.1 (#18942)
  • cf3f31f go.mod: bump for internal/poll: move rsan to heap on windows
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tailscale.com](https://github.com/tailscale/tailscale) from 1.68.0 to 1.96.3.
- [Release notes](https://github.com/tailscale/tailscale/releases)
- [Commits](tailscale/tailscale@v1.68.0...v1.96.3)

---
updated-dependencies:
- dependency-name: tailscale.com
  dependency-version: 1.96.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 23, 2026
@cursor
Copy link
Copy Markdown

cursor bot commented Mar 23, 2026

PR Summary

Medium Risk
Upgrades the Go language version and a large set of transitive Go module dependencies (including tailscale.com), which may introduce build/runtime incompatibilities despite no app code changes.

Overview
Upgrades tailscale.com from v1.68.0 to v1.96.3, pulling in broad Go module updates and refreshing go.sum.

Bumps the module’s Go version to 1.26.1 and updates CI to use actions/setup-go with go-version-file: go.mod (and check-latest) instead of a pinned GO_VERSION env var.

Written by Cursor Bugbot for commit 00e7564. This will update automatically on new commits. Configure here.

@socket-security
Copy link
Copy Markdown

socket-security bot commented Mar 23, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgolang/​tailscale.com@​v1.68.0 ⏵ v1.96.372 -28100100100100
Updatedgolang/​go.opentelemetry.io/​contrib/​instrumentation/​net/​http/​otelhttp@​v0.63.0 ⏵ v0.64.088100100100100

View full report

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

go 1.24.0

toolchain go1.24.9
go 1.26.1
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go version bump breaks security workflow

High Severity

The go.mod now requires go 1.26.1, and ci.yml was correctly updated to use go-version-file: go.mod. However, .github/workflows/security.yml still hardcodes go-version: '1.24'. Go enforces the go directive as a minimum version, so the daily security scan workflow will fail because Go 1.24 cannot build a module requiring Go 1.26.1. The GO_VERSION env var was also removed from ci.yml, but security.yml was not updated alongside it.

Additional Locations (1)
Fix in Cursor Fix in Web

@haasonsaas haasonsaas merged commit 79d1ff8 into main Mar 27, 2026
10 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/tailscale.com-1.96.3 branch March 27, 2026 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant