We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3876ffe commit a9d2729Copy full SHA for a9d2729
.github/workflows/tests.yml
@@ -181,7 +181,6 @@ jobs:
181
TZ: Asia/Shanghai
182
ACCEPT_EULA: Y
183
MSSQL_SA_PASSWORD: LoremIpsum86
184
- GODEBUG: x509negativeserial=1
185
ports:
186
- 9930:1433
187
options: >-
tests/tests_test.go
@@ -1,3 +1,4 @@
1
+//go:debug x509negativeserial=1
2
package tests_test
3
4
import (
0 commit comments