From 1bacb5487f51f540e462f6703b18cd2e923e9fa0 Mon Sep 17 00:00:00 2001 From: Christoph Pirkl Date: Wed, 11 Oct 2023 10:48:29 +0200 Subject: [PATCH] Fix yaml syntax --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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