Skip to content

chore: refactor ingester and reconciler components #696

chore: refactor ingester and reconciler components

chore: refactor ingester and reconciler components #696

Workflow file for this run

name: Go - lint
on:
push:
branches:
- "!release"
paths:
- "diode-server/**"
pull_request:
paths:
- "diode-server/**"
permissions:
contents: read
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.24.x'
check-latest: true
- name: Lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 #v8.0.0
with:
version: v2.1
working-directory: diode-server
args: --config ../.github/golangci.yaml