Skip to content

Bump github.com/docker/docker from 26.0.2+incompatible to 27.0.0+incompatible #444

Bump github.com/docker/docker from 26.0.2+incompatible to 27.0.0+incompatible

Bump github.com/docker/docker from 26.0.2+incompatible to 27.0.0+incompatible #444

name: go ci
on:
pull_request:
paths:
- '.github/workflows/on_pull_request_go.yaml'
- 'Earthfile'
- '*/**.go'
- '*.go'
- 'go.mod'
- 'go.sum'
jobs:
ci-golang:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: djeebus/parse-tool-versions@v2.1
- uses: earthly/actions-setup@v1
with: { version: "v${{ env.EARTHLY }}" }
- run: ./earthly +ci-golang