Unified Agent + reusable Go agent core.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: embed console in release builds

Lyric 3c93b0ff 34e887e1

-2
-2
.goreleaser.yaml
··· 19 19 goarch: 20 20 - amd64 21 21 - arm64 22 - tags: 23 - - noembedconsole 24 22 ldflags: 25 23 - -s -w -X main.version={{ .Version }} -X main.commit={{ .Commit }} -X main.date={{ .Date }} 26 24