Skip to content

ci(.goreleaser.yaml): add git dep to container image #39

ci(.goreleaser.yaml): add git dep to container image

ci(.goreleaser.yaml): add git dep to container image #39

Workflow file for this run

name: Integration
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.55.2
only-new-issues: false
args: --config .golangci.yml --timeout=5m