diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5fc0e74..840e7e7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -42,7 +42,7 @@ jobs: ${{ runner.os }}-go- - name: Enable testcontainer reuse - run: echo 'testcontainers.reuse.enable=true' > "$HOME/.testcontainers.properties" + run: echo 'testcontainers.reuse.enable=true' > "$HOME/.testcontainers.properties" - name: golangci-lint uses: golangci/golangci-lint-action@v3