Skip to content

Add secure diagnostics endpoint with authentication to etcadm controller #234

Add secure diagnostics endpoint with authentication to etcadm controller

Add secure diagnostics endpoint with authentication to etcadm controller #234

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24'
check-latest: true
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.1.0
# Disable package caching to avoid a double cache with setup-go.
skip-pkg-cache: true
args: --timeout 10m