@@ -16,7 +16,7 @@ jobs:
go-version: stable
- name: Build
- run: go build .
+ run: go build -ldflags "-s -w" .
- uses: actions/upload-artifact@v4
if: ${{ github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}