Skip to content

Commit

Permalink
ci: correct -tags nobadger on binary build (#6470)
Browse files Browse the repository at this point in the history
  • Loading branch information
girlbossceo authored Jul 22, 2024
1 parent 806f5b1 commit 3afa02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3afa02b

Please sign in to comment.