Merge pull request #2997 from nspcc-dev/fix-Lint

github: use minimum supported go version for Linter job
This commit is contained in:
Roman Khimov 2023-04-28 12:28:26 +03:00 committed by GitHub
commit cef7ac2510
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.18'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3