Skip to content

chore(deps): bump github.com/moby/moby from 27.0.2+incompatible to 27.0.3+incompatible #134

chore(deps): bump github.com/moby/moby from 27.0.2+incompatible to 27.0.3+incompatible

chore(deps): bump github.com/moby/moby from 27.0.2+incompatible to 27.0.3+incompatible #134

Workflow file for this run

---
name: "test"
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- "*"
push:
branches:
- "main"
jobs:
go-test:
name: go-test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: go get .
- run: go test -v ./...