summaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2026-03-28README: update the version of Go in the README (#19168)Evan Lowry1-1/+1
Updates #18682 Signed-off-by: Evan Lowry <evan@tailscale.com>
2025-09-29README: update the version of Go in the READMEAlex Chan1-1/+1
Updates #17064 Signed-off-by: Alex Chan <alexc@tailscale.com>
2025-04-08commit-messages.md: make our git commit message style guide publicBrad Fitzpatrick1-2/+1
So we can link open source contributors to it. Updates #cleanup Change-Id: I02f612b38db9594f19b3be5d982f58c136120e9a Co-authored-by: James Sanderson <jsanderson@tailscale.com> Co-authored-by: Will Norris <will@tailscale.com> Co-authored-by: James Tucker <james@tailscale.com> Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2025-01-04Update README to reference correct Commit Style URLMarc Paquette1-1/+1
Change-Id: I2981c685a8905ad58536a8d9b01511d04c3017d1 Signed-off-by: Marc Paquette <marcphilippaquette@gmail.com>
2024-08-22all: switch to and require Go 1.23Brad Fitzpatrick1-1/+1
Updates #12912 Change-Id: Ib4ae26eb5fb68ad2216cab4913811b94f7eed5b6 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2024-02-07go.mod, README.md: use Go 1.22Brad Fitzpatrick1-1/+1
Updates #11058 Change-Id: I95eecdc7afe2b5f8189016fdb8a773f78e9f5c42 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2023-09-19client/web: switch to using prebuilt web client assetsWill Norris1-10/+0
Updates tailscale/corp#13775 Co-authored-by: Sonia Appasamy <sonia@tailscale.com> Signed-off-by: Sonia Appasamy <sonia@tailscale.com> Signed-off-by: Will Norris <will@tailscale.com>
2023-09-13README: update docs for building web clientWill Norris1-11/+10
Move into the main "building" section and add the missing `yarn install` step. Updates #9312 Signed-off-by: Will Norris <will@tailscale.com>
2023-08-28client/web: always use new web client; remove old clientWill Norris1-0/+11
This uses the new react-based web client for all builds, not just with the --dev flag. If the web client assets have not been built, the client will serve a message that Tailscale was built without the web client, and link to build instructions. Because we will include the web client in all of our builds, this should only be seen by developers or users building from source. (And eventually this will be replaced by attempting to download needed assets as runtime.) We do now checkin the build/index.html file, which serves the error message when assets are unavailable. This will also eventually be used to trigger in CI when new assets should be built and uploaded to a well-known location. Updates tailscale/corp#13775 Signed-off-by: Will Norris <will@tailscale.com>
2023-08-08all: require Go 1.21Brad Fitzpatrick1-1/+1
Updates #8419 Change-Id: I809b6a4d59d92a2ab6ec587ccbb9053376bf02c2 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick1-1/+1
Updates #7123 Updates #5309 Change-Id: I90bcd87a2fb85a91834a0dd4be6e03db08438672 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2023-01-05README.md: update with some new links, refreshBrad Fitzpatrick1-10/+22
And remove Darwin from the list, as macOS was already there. Change-Id: I76bdcad97c926771f44a67140af21f07a8334796 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2022-11-28README.md: add commit message style bitBrad Fitzpatrick1-0/+3
Change-Id: I0c9423b76f773e20f0216d826620e169f82ee37c Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2022-08-02all: require Go 1.19Brad Fitzpatrick1-4/+1
Updates #5210 Change-Id: I2e950b4776636b4ea89b6566b60e4a87596a3a43 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2022-03-16README.md: update current Go releaseJosh Bleecher Snyder1-1/+1
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
2021-12-13README.md: update platformsMaya Kaczorowski1-2/+3
Update platform support. This matches content in https://tailscale.com/kb/1062/reviewer-guide/#which-platforms-does-it-run-on Signed-off-by: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com>
2021-09-02all: bump minimum Go to 1.17Brad Fitzpatrick1-1/+1
In prep for using 1.17 features. Note the go.mod changes are due to: https://golang.org/doc/go1.17#go-command Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2021-02-19Switch to Go 1.16.Brad Fitzpatrick1-1/+1
Fixes #1370 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2021-01-12README: names of contributors, link to them insteadBrad Fitzpatrick1-3/+8
2020-10-28version: use OSS repo's version when building.David Anderson1-0/+12
When building with redo, also include the git commit hash from the proprietary repo, so that we have a precise commit that identifies all build info (including Go toolchain version). Add a top-level build script demonstrating to downstream distros how to burn the right information into builds. Adjust `tailscale version` to print commit hashes when available. Fixes #841. Signed-off-by: David Anderson <danderson@tailscale.com>
2020-08-18Switch to Go 1.15.Brad Fitzpatrick1-1/+1
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2020-08-07README: update contributing sectionBrad Fitzpatrick1-4/+2
2020-08-07Update README, remove old relaynode dredgeBrad Fitzpatrick1-5/+12
2020-04-06Dockerfile: add some usage docs, bump to Go 1.14Brad Fitzpatrick1-4/+4
2020-03-06Revert "update CI and everything to Go 1.14."David Anderson1-1/+1
This reverts commit 905fe9f6a227398c9032cfdee46a20cef43c8fa9. We're not quite ready to update the Mac/iOS builds to 1.14.
2020-03-06update CI and everything to Go 1.14.David Anderson1-1/+1
2020-03-02Add a using section that points to pkgs.tailscale.com.David Anderson1-0/+5
2020-02-11README.md: Fix typo on the word `versions`Tiago Reis1-1/+1
Signed-off-by: Tiago Reis <reis.tiago@gmail.com>
2020-02-10README: https, links, mention Go version, DCOBrad Fitzpatrick1-6/+18
2020-02-10README.md: add contentDavid Crawshaw1-2/+36
2020-01-31Initial commitEarl Lee1-0/+2