Skip to content

feat(monitoring): add Loki + Promtail for pod log viewing in Grafana #5663

feat(monitoring): add Loki + Promtail for pod log viewing in Grafana

feat(monitoring): add Loki + Promtail for pod log viewing in Grafana #5663

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
if: "!startsWith(github.head_ref, 'pre-release/')"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24.x'
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.1.6
working-directory: k8s/migration