Skip to content

Commit 282d2d6

Browse files
committed
Add CGO_ENABLED environment variable to e2e-tests workflow for improved compatibility
1 parent 94dd1bc commit 282d2d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777

7878
env:
7979
GO111MODULE: "on"
80+
CGO_ENABLED: "0"
8081

8182
steps:
8283
- name: Checkout code
@@ -132,6 +133,7 @@ jobs:
132133

133134
env:
134135
GO111MODULE: "on"
136+
CGO_ENABLED: "0"
135137

136138
strategy:
137139
matrix:

0 commit comments

Comments
 (0)