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.0+incompatible to 25.0.3+incompatible #6

Bump github.com/docker/cli from 25.0.0+incompatible to 25.0.3+incompatible

Bump github.com/docker/cli from 25.0.0+incompatible to 25.0.3+incompatible #6

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 build
- run: make lint
- run: make test
timeout-minutes: 30