Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Bump github.com/docker/cli from 25.0.4+incompatible to 26.1.4+incompatible #87

Bump github.com/docker/cli from 25.0.4+incompatible to 26.1.4+incompatible

Bump github.com/docker/cli from 25.0.4+incompatible to 26.1.4+incompatible #87

Workflow file for this run

name: build-tests
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- run: make deps
- run: make checks
- run: make lint
- run: make build
- run: make test
timeout-minutes: 30