From baac74eb477049886624d64c27faca881482bdb1 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 19 Oct 2022 12:51:54 +0200 Subject: [PATCH] yaml fix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3509939..c1e3643 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3 - with: + #with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version # version: v1.29