Skip to content

build(deps): bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible #371

build(deps): bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible

build(deps): bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible #371

Workflow file for this run

name: Lint
on:
push:
branches:
- "master"
pull_request:
jobs:
golangci:
name: lint
strategy:
matrix:
go-version: [1.21.5]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
run: make lint