You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #118 from tailscale/mpminardi/create-release-when-…
…tests-skipped
.github/workflows: ensure that create_release runs if we skip tests
[tailscale] .github: bump to latest ubuntu LTS in workflows
Use `ubuntu-24.04` instead of `20.04` as the latter is EOL in May 2025.
Updates #47
Signed-off-by: Mario Minardi <mario@tailscale.com>
.github/workflows: build Go with CGO_ENABLED=""
Build with CGO_ENABLED="" to match how upstream (golang.org/x/build/cmd/gorebuild)
makes the official Go releases. Our go/build/zcgo.go had CGO_ENABLED="0" vs
upstream's "".
See c1d3e9e for some background. That revert
didn't work by itself.
Updates #52
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>