Skip to content

chore: Update packages #3087

chore: Update packages

chore: Update packages #3087

Workflow file for this run

name: Lint
concurrency:
group: lint-${{ github.ref }}
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
dir:
- backend/pki-rest-interface
- backend/pki-service
- backend/dns-service
- backend/domain-rest-interface
- backend/eab-rest-interface
- backend/validation-service
- backend/common
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: golangci-lint
uses: golangci/[email protected]
with:
working-directory: ${{ matrix.dir }}
args: --timeout 240s