Skip to content

Add support for HTTP and SOCKS5 proxies (#127) #292

Add support for HTTP and SOCKS5 proxies (#127)

Add support for HTTP and SOCKS5 proxies (#127) #292

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
validate:
name: validate
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.49
- name: test
run: make test