From 4209f725bafbdc172f244816580d91fe0f0ebdbe Mon Sep 17 00:00:00 2001 From: Jim McDonald Date: Sat, 28 Jan 2023 00:51:24 +0000 Subject: [PATCH] Tweak linting. --- .github/workflows/golangci-lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 04c96de..fdb8190 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -15,12 +15,12 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.18 - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: # https://github.com/golangci/golangci-lint-action/issues/535 - version: v1.47.3 - # version: latest + # version: v1.47.3 + version: latest args: --timeout=60m