Skip to content

Bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+inco… #87

Bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+inco…

Bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+inco… #87

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
build-binary:
name: Build binary
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Build binary
run: make build