diff --git a/.github/workflows/development.yaml b/.github/workflows/development.yaml index 486c7a5f..73c6f80f 100644 --- a/.github/workflows/development.yaml +++ b/.github/workflows/development.yaml @@ -23,10 +23,6 @@ jobs: name: golangci-lint runs-on: ubuntu-latest steps: - - name: Configure git for private modules - run: | - git config --global url."https://csmbot:$TOKEN@github.com".insteadOf "https://github.com" - echo "machine github.com login csmbot password $TOKEN" >> ~/.netrc - uses: actions/setup-go@v5 with: go-version: "1.22" @@ -39,8 +35,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v4 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.56.2 + version: latest skip-cache: true malware-security-scan: