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

Update module github.com/docker/docker to v25.0.16+incompatible #324

Update module github.com/docker/docker to v25.0.16+incompatible

Update module github.com/docker/docker to v25.0.16+incompatible #324

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 ./...