ci: correct -tags nobadger on binary build (#6470)

This commit is contained in:
June 🍓🦴
2024-07-22 19:37:44 -04:00
committed by GitHub
parent 806f5b1117
commit 3afa02ba4e

View File

@@ -99,7 +99,7 @@ jobs:
env:
CGO_ENABLED: 0
run: |
go build -tags nobdger -trimpath -ldflags="-w -s" -v
go build -tags nobadger -trimpath -ldflags="-w -s" -v
- name: Smoke test Caddy
working-directory: ./cmd/caddy