Files
coredns/.github/workflows/golangci-lint.yml
dependabot[bot] 4a67aa1b74 build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 (#6143)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-06 13:12:23 +02:00

17 lines
420 B
YAML

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: '1.20.0'
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.5.0
with:
version: v1.52.2