diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7fe2a38..0ce3561 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: name: Lint code runs-on: ubuntu-latest env: - GOLANGCI_LINT_VERSION: v1.60.1 # github-releases:golangci/golangci-lint + GOLANGCI_LINT_VERSION: v1.61.0 # github-releases:golangci/golangci-lint steps: - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set up Go