Skip to content

Commit 8ec6a62

Browse files
authored
Updating the docker image (#41)
* updating the docker image for the test * removing the temporary fix for the certificate negative serial number. the fix now is in docker image
1 parent 323d67a commit 8ec6a62

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
SQLSERVER_DSN: "sqlserver://127.0.0.1:1433?database=master&user id=sa&password=VippsPw1"
16-
GODEBUG: 'x509negativeserial=1'
1716
steps:
1817
- uses: actions/checkout@v4
1918

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
# mssql
44
#
55
mssql:
6-
image: mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04
6+
image: mcr.microsoft.com/mssql/server:2022-CU18-ubuntu-22.04
77

88
hostname: mssql
99
container_name: mssql

0 commit comments

Comments
 (0)