ci: fix lint workflow (#4229)

This commit is contained in:
Denis Mishin 2023-06-09 20:44:05 -04:00 committed by GitHub
parent d630d38788
commit 334d4cd60d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,11 @@ jobs:
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: 1.20.x
cache: false
- run: make deps-build
- uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
- uses: golangci/golangci-lint-action@5f1fec7010f6ae3b84ea4f7b2129beb8639b564f
with:
version: v1.52
args: --timeout=10m