Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Release of main @ 83fe66a

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 00:18
· 159 commits to main since this release
Taskfile: build x86_64-linux binaries using musl

Should fix dependency on glibc 2.5 otherwise:

```
/Users/slimsag/.asdf/installs/golang/1.18/go/pkg/tool/darwin_amd64/link: running zig failed: exit status 1
ld.lld: error: undefined symbol: getrandom
```

Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>