Skip to content

bugfix: prevent memory leak caused by time.After #347

bugfix: prevent memory leak caused by time.After

bugfix: prevent memory leak caused by time.After #347

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2022-present Open Networking Foundation
name: golangci-lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
with:
version: v1.47.3
working-directory: pkg/pfcpsim
args: -v --config ../../.golangci.yml