Skip to content

chore(deps): bump github.com/projectdiscovery/utils from 0.2.1 to 0.2.10 #704

chore(deps): bump github.com/projectdiscovery/utils from 0.2.1 to 0.2.10

chore(deps): bump github.com/projectdiscovery/utils from 0.2.1 to 0.2.10 #704

Workflow file for this run

name: 🙏🏻 Lint Test
on:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint Test
runs-on: ubuntu-latest-16-cores
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: "Set up Go"
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: latest
args: --timeout 5m
working-directory: .