Skip to content

Bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible #2392

Bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible

Bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible #2392

Workflow file for this run

name: sanity
on:
push:
branches:
- '**'
pull_request:
workflow_dispatch:
jobs:
vendor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Run sanity checks
run: make vendor && make diff
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Run linting checks
uses: "golangci/golangci-lint-action@v3"
with:
version: "v1.51.1"