Skip to content

Update dependency golangci/golangci-lint to v2.11.2 #403

Update dependency golangci/golangci-lint to v2.11.2

Update dependency golangci/golangci-lint to v2.11.2 #403

Workflow file for this run

name: linters
on:
merge_group:
pull_request:
branches: [ '*' ]
push:
branches:
- "main"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: ./go.mod
cache: false
- run: |
make lint
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: |
make hadolint