build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 (#3890)

This commit is contained in:
dependabot[bot] 2023-06-05 23:22:28 +02:00 committed by GitHub
parent d6cd05149e
commit dfbc86caae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ jobs:
# - 1.18rc1 -> 1.18.0-rc.1 # - 1.18rc1 -> 1.18.0-rc.1
go-version: ${{ env.GO_VERSION }} go-version: ${{ env.GO_VERSION }}
- name: lint - name: lint
uses: golangci/golangci-lint-action@v3.4.0 uses: golangci/golangci-lint-action@v3.5.0
with: with:
version: latest version: latest
# skip cache because of flaky behaviors # skip cache because of flaky behaviors