Merge pull request #3328 from nspcc-dev/mod-upd

.github: use minimum required Go version from go.mod
This commit is contained in:
Roman Khimov 2024-02-27 14:02:42 +03:00 committed by GitHub
commit 224808975b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.19'
- uses: actions/checkout@v4
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with: