Skip to content

Update module github.com/docker/cli to v27 #79

Update module github.com/docker/cli to v27

Update module github.com/docker/cli to v27 #79

Workflow file for this run

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