Skip to content

Commit 69b7480

Browse files
authored
permanently disable cgo for production releases
1 parent bde9aec commit 69b7480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- test
6060
- lint
6161
env:
62-
CGO_ENABLED: ${CGO_ENABLED:-0}
62+
CGO_ENABLED: 0
6363
TAG: ${{ github.event.release.tag_name }}
6464
steps:
6565
- name: Checkout

0 commit comments

Comments
 (0)