From b16df60e86b9d70146a7d237091508e258135ff2 Mon Sep 17 00:00:00 2001 From: Farokh Date: Thu, 27 Mar 2025 14:51:33 +0100 Subject: [PATCH 1/2] updating the docker image for the test --- docker-compose.test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.test.yml b/docker-compose.test.yml index 28d7ad6..c367863 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -3,7 +3,7 @@ services: # mssql # mssql: - image: mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04 + image: mcr.microsoft.com/mssql/server:2022-CU18-ubuntu-22.04 hostname: mssql container_name: mssql From 770572a0f4db4d459c7006e7b6df8612e3bed0f6 Mon Sep 17 00:00:00 2001 From: Farokh Date: Thu, 27 Mar 2025 14:52:56 +0100 Subject: [PATCH 2/2] removing the temporary fix for the certificate negative serial number. the fix now is in docker image --- .github/workflows/go.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 75da4d6..926f7a6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,6 @@ jobs: runs-on: ubuntu-latest env: SQLSERVER_DSN: "sqlserver://127.0.0.1:1433?database=master&user id=sa&password=VippsPw1" - GODEBUG: 'x509negativeserial=1' steps: - uses: actions/checkout@v4