diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 2d76325..23552f1 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 679fe4d..8ba2b0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.golangci.yml b/.golangci.yml index 0576e3a..c081231 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -127,6 +127,9 @@ linters: - name: cyclomatic disabled: true # cyclop does this + - name: enforce-switch-style + disabled: true # exhaustive handles this + - name: exported arguments: - checkPrivateReceivers