Skip to content

chore(deps): bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible #640

chore(deps): bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible

chore(deps): bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible #640

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- develop
pull_request:
types: [opened, reopened, synchronize]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.6
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
args: -v