Этот коммит содержится в:
Viacheslav Poturaev 2023-10-24 00:11:29 +02:00 коммит произвёл GitHub
родитель 76039dc0d2
коммит c61a93931d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

4
.github/workflows/test.yml предоставленный
Просмотреть файл

@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.16.x, 1.17.x, 1.19.x, 1.20.x ] # Lowest supported and current stable versions.
go-version: [ 1.16.x, 1.17.x, 1.19.x, 1.20.x, 1.21.x ] # Lowest supported and current stable versions.
runs-on: ubuntu-latest
steps:
- name: Install Go
@ -50,6 +50,6 @@ jobs:
godog -f progress --strict
- name: Report on code coverage
if: matrix.go-version == '1.17.x'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
file: ./coverage.txt