Skip to content

Bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+incompatible #141

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

Bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+incompatible #141

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
build:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build