Skip to content

fix(deps): update module github.com/docker/cli to v26 #1323

fix(deps): update module github.com/docker/cli to v26

fix(deps): update module github.com/docker/cli to v26 #1323

Workflow file for this run

name: Compile Binaries

Check failure on line 1 in .github/workflows/compile.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/compile.yaml

Invalid workflow file

you may only define one of `paths` and `paths-ignore` for a single event
on:
push:
branches:
- master
- "release/**"
tags-ignore:
- '*'
pull_request:
types: ['opened', 'synchronize']
paths:
- '**.go'
- go.mod
- '.github/workflows/**'
paths-ignore:
- '**_test.go'
env:
GOPROXY: https://proxy.golang.org,direct
GO_VERSION: "1.22"
jobs:
compile:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist --skip-publish --snapshot --skip-sign