Skip to content

chore(deps): bump github.com/projectdiscovery/useragent from 0.0.71 to 0.0.78 #8955

chore(deps): bump github.com/projectdiscovery/useragent from 0.0.71 to 0.0.78

chore(deps): bump github.com/projectdiscovery/useragent from 0.0.71 to 0.0.78 #8955

Workflow file for this run

name: 🙏🏻 Lint Test
on:
pull_request:
paths:
- '**.go'
- '**.mod'
workflow_dispatch:
jobs:
lint-test:
if: "! endsWith(github.actor, '[bot]')"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: projectdiscovery/actions/setup/go@v1
- name: Run golangci-lint
uses: projectdiscovery/actions/golangci-lint@v1