File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v4
2020 - name : golangci-lint
21- uses : golangci/golangci-lint-action@v3
21+ uses : golangci/golangci-lint-action@v4
2222 with :
2323 version : ${{ env.GOLANGCI_LINT_VERSION }}
2424 args : --timeout=5m
3333 - name : generate examples golangci-lint config
3434 run : sed 's/github.com\/ydb-platform\/ydb-go-sdk\/v3/examples/g' .golangci.yml > examples/.golangci.yml
3535 - name : golangci-lint
36- uses : golangci/golangci-lint-action@v3
36+ uses : golangci/golangci-lint-action@v4
3737 with :
3838 version : ${{ env.GOLANGCI_LINT_VERSION }}
3939 args : --timeout=5m
4949 - name : generate slo golangci-lint config
5050 run : sed 's/github.com\/ydb-platform\/ydb-go-sdk\/v3/slo/g' .golangci.yml > tests/slo/.golangci.yml
5151 - name : golangci-lint
52- uses : golangci/golangci-lint-action@v3
52+ uses : golangci/golangci-lint-action@v4
5353 with :
5454 version : ${{ env.GOLANGCI_LINT_VERSION }}
5555 args : --timeout=5m
Original file line number Diff line number Diff line change 3131 - name : Test
3232 run : go test -race -coverprofile unit.txt -covermode atomic ./...
3333 - name : Upload coverage report to Codecov
34- uses : codecov/codecov-action@v3
34+ uses : codecov/codecov-action@v4
3535 with :
3636 file : ./unit.txt
3737 flags : unit,${{ matrix.os }},go-${{ matrix.go-version }}
8080 - name : Integration test
8181 run : go test -race -tags integration -coverpkg=./... -coverprofile integration-secure.txt -covermode atomic ./tests/integration
8282 - name : Upload Test secure connection coverage report to Codecov
83- uses : codecov/codecov-action@v3
83+ uses : codecov/codecov-action@v4
8484 with :
8585 file : ./integration-secure.txt
8686 flags : integration,${{ matrix.os }},go-${{ matrix.go-version }},ydb-${{ matrix.ydb-version }}
You can’t perform that action at this time.
0 commit comments