Skip to content

Commit 62929e6

Browse files
committed
Added a build flag for windows see golang/go#40795
1 parent 6f13cc4 commit 62929e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/1_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Set Windows Build Flags
9898
if: matrix.platform == 'windows'
9999
run: |
100-
echo "BUILD_FLAGS=-extldflags -static" >> $GITHUB_ENV
100+
echo "BUILD_FLAGS=-extldflags -static -buildmode=exe" >> $GITHUB_ENV
101101
echo "XGO_TAGS=netgo osusergo sqlite_omit_load_extension" >> $GITHUB_ENV
102102
shell: bash
103103

0 commit comments

Comments
 (0)