We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5ee2d commit f3f0e10Copy full SHA for f3f0e10
.github/workflows/go.yml
@@ -62,7 +62,7 @@ jobs:
62
--health-retries 5
63
64
mssql:
65
- image: mcr.microsoft.com/mssql/server:2022-preview-ubuntu-22.04
+ image: mcr.microsoft.com/mssql/server:2019-latest
66
env:
67
ACCEPT_EULA: 'Y'
68
MSSQL_SA_PASSWORD: yourStrong(!)Password
@@ -81,7 +81,8 @@ jobs:
81
--health-timeout=5s
82
--health-retries=10
83
--health-start-period=30s
84
- --user=mssql
+ --cap-add=SYS_PTRACE
85
+ --security-opt seccomp=unconfined
86
87
clickhouse:
88
image: clickhouse/clickhouse-server:24.10-alpine
0 commit comments