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 5286619 commit 1f8ff9aCopy full SHA for 1f8ff9a
.github/workflows/ci_test_go.yml
@@ -144,5 +144,6 @@ jobs:
144
if: matrix.library == 'DynamoDbEncryption'
145
working-directory: ./Examples/runtimes/go
146
run: |
147
+ go mod tidy
148
go run main.go
149
go test ./...
0 commit comments