Skip to content

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.0.67 to 0.0.68 #264

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.0.67 to 0.0.68

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.0.67 to 0.0.68 #264

Workflow file for this run

name: 🙏🏻 Lint Test
on:
pull_request:
paths:
- '**.go'
- '**.mod'
workflow_dispatch:
jobs:
lint:
name: Lint Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
with:
version: latest
args: --timeout 5m
working-directory: .