Skip to content

chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 26.1.4+incompatible #680

chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 26.1.4+incompatible

chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 26.1.4+incompatible #680

Workflow file for this run

name: Build and test Go
on: [pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- name: Build
run: make build
- name: Test
run: make test