Skip to content

Bump github.com/docker/docker from 25.0.1+incompatible to 25.0.5+incompatible #106

Bump github.com/docker/docker from 25.0.1+incompatible to 25.0.5+incompatible

Bump github.com/docker/docker from 25.0.1+incompatible to 25.0.5+incompatible #106

Workflow file for this run

name: test
on:
pull_request:
jobs:
golang:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: ~1.22.0
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Test
run: ci/test.sh
- name: Build
run: ci/build.sh
- uses: codecov/codecov-action@v3
with:
flags: go