Skip to content

Bump github.com/fsouza/go-dockerclient from 1.9.7 to 1.10.0 in /release #16437

Bump github.com/fsouza/go-dockerclient from 1.9.7 to 1.10.0 in /release

Bump github.com/fsouza/go-dockerclient from 1.9.7 to 1.10.0 in /release #16437

Workflow file for this run

name: Test coverage
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
check-latest: true
cache: true
- name: Run go test with coverage
run: COVER_PROFILE=coverage.txt make coverage-unit-test
- name: Codecov upload
uses: codecov/[email protected]
with:
files: ./coverage.txt