Skip to content

Fix memory leak: clear stale metrics for each zone/account before fetching #206

Fix memory leak: clear stale metrics for each zone/account before fetching

Fix memory leak: clear stale metrics for each zone/account before fetching #206

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: GO lang CI linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: "1.25"
- name: golangci-lint
uses: golangci/golangci-lint-action@v8 # https://github.com/marketplace/actions/run-golangci-lint
with:
version: latest