Thomas Tendyck
|
3b9f7530fb
|
license: change headers
find -name '*.go' -exec sed -i 's/SPDX-License-Identifier: AGPL-3.0-only/SPDX-License-Identifier: BUSL-1.1/' {} +
|
2025-07-15 23:34:48 +02:00 |
|
Daniel Weiße
|
4e5c213b4d
|
deps: update Go to v1.24.2 (#3750)
* deps: update Go to v1.24.2
* tests: replace context.Background() with t.Context()
---------
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
|
2025-04-09 10:54:28 +02:00 |
|
Malte Poll
|
3a5753045e
|
goleak: ignore rules_go SIGTERM handler
rules_go added a SIGTERM handler that has a goroutine that survives the scope of the goleak check.
Currently, the best known workaround is to ignore this goroutine.
https://github.com/uber-go/goleak/issues/119
https://github.com/bazelbuild/rules_go/pull/3749
https://github.com/bazelbuild/rules_go/pull/3827#issuecomment-1894002120
|
2024-01-22 13:11:58 +01:00 |
|
3u13r
|
2776e40df7
|
join: join over lb if available (#2348)
* join: join over lb if available
|
2023-09-25 10:23:35 +02:00 |
|
Daniel Weiße
|
690b50b29d
|
dev-docs: Go package docs (#958)
* Remove unused package
* Add Go package docs to most packages
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Co-authored-by: Fabian Kammel <fk@edgeless.systems>
|
2023-01-19 15:57:50 +01:00 |
|