Skip to content

Bump github.com/moby/moby/api from 1.54.2 to 1.55.0 #656

Bump github.com/moby/moby/api from 1.54.2 to 1.55.0

Bump github.com/moby/moby/api from 1.54.2 to 1.55.0 #656

Workflow file for this run

name: Linters
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
GO_VERSION: 1.26.4
GOEXPERIMENT: jsonv2
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-24.04
steps:
- uses: actions/setup-go@v6
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v6
- name: golangci-lint
uses: golangci/golangci-lint-action@v9.2.1
with:
version: v2.9