summaryrefslogtreecommitdiffhomepage
path: root/cmd/printdep
AgeCommit message (Collapse)AuthorFilesLines
2023-02-11cmd/printdep: print correct toolchain URLDavid Anderson1-10/+1
In the switch to static toolchains, we removed a legacy oddity from the toolchain URL structure, but forgot to update printdep. Signed-off-by: David Anderson <danderson@tailscale.com>
2023-02-02go.toolchain.rev: use new statically built toolchainDavid Anderson1-4/+0
Also removes the toolchain builds from flake.nix. For now the flake build uses upstream Go 1.20, a followup change will switch it back to our custom toolchain. Updates tailscale/corp#9005 Signed-off-by: David Anderson <danderson@tailscale.com>
2023-01-27all: update copyright and license headersWill Norris1-3/+2
This updates all source files to use a new standard header for copyright and license declaration. Notably, copyright no longer includes a date, and we now use the standard SPDX-License-Identifier header. This commit was done almost entirely mechanically with perl, and then some minimal manual fixes. Updates #6865 Signed-off-by: Will Norris <will@tailscale.com>
2022-12-24cmd/printdep: support printing the toolchain SRI hash.David Anderson1-0/+4
Updates #6845. Signed-off-by: David Anderson <danderson@tailscale.com>
2022-06-29Docker: add ALPINE.txt to manage alpine versionsMaisem Ali1-0/+5
The goal here is to 1. make it so that the number doesn't diverge between the various places we had it defined 2. not define the number in corp, only in oss Signed-off-by: Maisem Ali <maisem@tailscale.com>
2022-01-06cmd/printdep: add flag to print out Go toolchain tarball URLBrad Fitzpatrick1-1/+21
Updates #3669 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2022-01-03go.toolchain.rev: add Go toolchain rev, tool to print it outBrad Fitzpatrick1-0/+26
Updates tailscale/corp#3385 Change-Id: Ia0e285a0ae836744539c97ff6eff207588159688 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>