Skip to content

chore(deps): bump github.com/projectdiscovery/retryablehttp-go from 1.0.14 to 1.0.16 #207

chore(deps): bump github.com/projectdiscovery/retryablehttp-go from 1.0.14 to 1.0.16

chore(deps): bump github.com/projectdiscovery/retryablehttp-go from 1.0.14 to 1.0.16 #207

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@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.4.0
with:
version: latest
args: --timeout 5m
working-directory: .