Skip to content

Bump github.com/docker/docker from 23.0.6+incompatible to 24.0.9+incompatible #96

Bump github.com/docker/docker from 23.0.6+incompatible to 24.0.9+incompatible

Bump github.com/docker/docker from 23.0.6+incompatible to 24.0.9+incompatible #96

Workflow file for this run

name: weave
on:
push:
branches: [ master ]
paths: [ '**.go' ]
pull_request:
branches: [ master ]
paths: [ '**.go' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Build
run: make build
- name: Test
run: make test
- name: Upload coverage
uses: codecov/codecov-action@v3