Block or Report
Block or report danderson
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
589 contributions in the last year
Less
More
Contribution activity
February 2023
Created 35 commits in 4 repositories
Created 1 repository
- danderson/go Go
Created a pull request in golang/go that received 8 comments
time: add /etc/zoneinfo as valid path for tzdata for NixOS
NixOS has no /usr/share, but does have tzdata at /etc/zoneinfo.
+3
−1
•
8
comments
Opened 31 other pull requests in 4 repositories
tailscale/tailscale
21
merged
1
closed
1
open
- .github/workflows: fix non-collapsing CI status in PRs
- .github/workflows: separate pre- and post-merge CI
- .github/workflows: run CI and CodeQL in the merge queue
- version/mkversion: support collecting version info from tailscale/tailscale only
- version/mkversion: open-source version computation logic
- .github/workflows: fix typo
- .github/workflows: add workflow to update go.mod Nix SRI hash
- Dockerfile: fix docker build
- Danderson/version private3
- .github/workflows: simplify build-only go test invocation
- .github/workflows: support disabling fuzz testing safely
- .github/workflows: unify and matrixify all our CI steps
- .github/workflows: remove 'ci skip' boilerplate
- cmd/printdep: print correct toolchain URL
- version: rework using the new types/lazy package
- types/lazy: helpers for lazily computed values
- version: revert my broken "optimization", redo it right
- pull-toolchain.sh: don't run update-flake.sh
- go.toolchain.rev: update toolchain to test iOS Go fix
- version: return correct Meta.MajorMinorPatch in non-dev builds
- version: unify and optimize the various not-version funcs
- go.toolchain.rev: update toolchain to test ios workaround
- go.toolchain.rev: use new statically built toolchain
tailscale/go
6
merged
- [tailscale1.20] .github/workflows: build statically linked toolchains
- [tailscale1.20] time: add /etc/zoneinfo as valid path for tzdata for NixOS
- .github/workflows: use build matrices to reduce copypasta
- [tailscale1.20] cmd/dist: always default to CGO_ENABLED=""
- [tailscale1.20] .github/workflows: add missing dependency for release.
- [tailscale1.20] .github/workflows: add a static build for testing.
tailscale/tailscale-synology
1
merged
tailscale/tailscale-android
1
merged
Reviewed 30 pull requests in 3 repositories
tailscale/tailscale
23 pull requests
- .github/workflows: add armv5 and armv7 cross tests
- scripts/installer.sh: add GalliumOS and Sangoma Linux
- licenses: update tailscale{,d} licenses
- version/mkversion: support collecting version info from tailscale/tailscale only
- .github/workflows: set TS_FUZZ_CURRENTLY_BROKEN to false
- Makefile: add help text to Makefile
- go.toolchain.rev: update to Go 1.20.1
- tstest/integration: enable go lookups from $PATH
- util/linuxfw: add build constraints excluding GOARCH=arm
- .github/workflows: fix typo
- .github/workflows: add workflow to update go.mod Nix SRI hash
- .github/workflows: unify and matrixify all our CI steps
- licenses: update android licenses
- version: rework using the new types/lazy package
- cmd/sync-containers: update latest and stable tags
- version: revert my broken "optimization", redo it right
- version: return correct Meta.MajorMinorPatch in non-dev builds
- go.toolchain.rev: bump Go toolchain
- cmd/k8s-operator: add support for running an auth proxy
- .github/workflows: use ./tool/go in go mod tidy
- ipn/ipnlocal: use presence of NodeID to identify logins
- all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our fork
- cmd/containerboot: add support for setting funnel TCP portforward
tailscale/go
6 pull requests
tailscale/tailscale-synology
1 pull request
Created an issue in golang/go that received 17 comments
runtime: GOOS=ios fails Apple's app validation due to use of private API
What version of Go are you using (go version)?
$ go version
go version go1.20rc3-ts178d6bc darwin/amd64
This is Tailscale's Go toolchain from http…
17
comments




