Skip to content

ci: bump engineerd/setup-kind from 0.5.0 to 0.6.0 #246

ci: bump engineerd/setup-kind from 0.5.0 to 0.6.0

ci: bump engineerd/setup-kind from 0.5.0 to 0.6.0 #246

Workflow file for this run

name: golangci-lint
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
golangci119:
strategy:
fail-fast: false
matrix:
go-version: [1.19.x]
os: [ubuntu-latest, windows-latest]
name: Lint
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.48.0
args: --timeout=10m
only-new-issues: true