Skip to content

chore(deps): bump github.com/projectdiscovery/gologger from 1.1.12 to 1.1.21 #258

chore(deps): bump github.com/projectdiscovery/gologger from 1.1.12 to 1.1.21

chore(deps): bump github.com/projectdiscovery/gologger from 1.1.12 to 1.1.21 #258

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: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
- name: Checkout code
uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: latest
args: --timeout 5m
working-directory: .