forked from TrueCloudLab/neoneo-go
Merge pull request #2997 from nspcc-dev/fix-Lint
github: use minimum supported go version for Linter job
This commit is contained in:
commit
cef7ac2510
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run_tests.yml
vendored
2
.github/workflows/run_tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue