Skip to content

build(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 in /httpproxy #147

build(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 in /httpproxy

build(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 in /httpproxy #147

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: stable
- name: Test Code
run: |
go build -v ./...
go test -v -race ./...
cd httpproxy
go build -v ./...