From e00db1d2d5207614ee44c8e51459c3116b593c9a Mon Sep 17 00:00:00 2001 From: Maxime Santerre Date: Wed, 28 Feb 2024 20:58:46 -0800 Subject: [PATCH] Try fix ci lint --- .github/workflows/tests.yaml | 2 ++ .golangci.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 75d37b0..0327b9d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -30,6 +30,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/setup-go@v3 + with: + go-version: '1.20' - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3 diff --git a/.golangci.yaml b/.golangci.yaml index d0dc07b..a6142af 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -3,6 +3,7 @@ run: allow-parallel-runners: true timeout: 5m go: '1.20' + skip-dirs-use-default: false linters: enable: