Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Update module github.com/docker/cli to v29.4.2+incompatible #322

Update module github.com/docker/cli to v29.4.2+incompatible

Update module github.com/docker/cli to v29.4.2+incompatible #322

Workflow file for this run

name: Build
permissions:
contents: read
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.26"
cache: false
- name: Install dependencies
run: go get .
- name: Build
run: go build -ldflags "-X main.Build=${{ github.ref_name }}" -v ./...