Skip to content

feat: Allow copa to use buildkit from dockerd #131

feat: Allow copa to use buildkit from dockerd

feat: Allow copa to use buildkit from dockerd #131

Workflow file for this run

# ------------------------------------------------------------
# Copyright (c) Project Copacetic authors.
# Licensed under the MIT License.
# ------------------------------------------------------------
name: Run golangci-lint
on:
push:
paths:
- '**.go'
branches:
- main
- release-*
tags:
- v*
pull_request:
paths:
- '**.go'
branches:
- main
- release-*
permissions: read-all
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@cba0d00b1fc9a034e1e642ea0f1103c282990604 # v2.3.1
with:
egress-policy: audit
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: "1.20"
- name: lint
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0
with:
version: v1.52.0