Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Fix CVE-2023-39325

Fix CVE-2023-39325 #46

Workflow file for this run

---
name: "Staticcheck"
on:
push:
branches:
- main
paths:
- '**.go'
pull_request:
paths:
- '**.go'
jobs:
staticcheck:
name: "Staticcheck"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: dominikh/[email protected]
with:
version: "2022.1.1"