From 1f8ff9a3c404bf8e1a6dc766eda1fecb40f09c23 Mon Sep 17 00:00:00 2001 From: rishav-karanjit Date: Thu, 20 Nov 2025 09:56:34 -0800 Subject: [PATCH] m --- .github/workflows/ci_test_go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_test_go.yml b/.github/workflows/ci_test_go.yml index f1489cf7b..b0e9e7846 100644 --- a/.github/workflows/ci_test_go.yml +++ b/.github/workflows/ci_test_go.yml @@ -144,5 +144,6 @@ jobs: if: matrix.library == 'DynamoDbEncryption' working-directory: ./Examples/runtimes/go run: | + go mod tidy go run main.go go test ./...