Skip to content

chore(deps): Bump golang.org/x/net from 0.24.0 to 0.25.0 (#83) #226

chore(deps): Bump golang.org/x/net from 0.24.0 to 0.25.0 (#83)

chore(deps): Bump golang.org/x/net from 0.24.0 to 0.25.0 (#83) #226

Workflow file for this run

name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
- name: Run tests
run: go test -cover ./...
env:
SECURE_PROXY: ${{ secrets.SECURE_PROXY }}
NON_SECURE_PROXY: ${{ secrets.NON_SECURE_PROXY }}
SOCKS5_PROXY: ${{ secrets.SOCKS5_PROXY }}