Unified Agent + reusable Go agent core.
0
fork

Configure Feed

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

feat: add noembedconsole tag to GoReleaser configuration

yiplee 2db1c730 c91bc4f8

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