Skip to content

build(deps): bump golang.org/x/net from 0.22.0 to 0.24.0 #311

build(deps): bump golang.org/x/net from 0.22.0 to 0.24.0

build(deps): bump golang.org/x/net from 0.22.0 to 0.24.0 #311

Workflow file for this run

name: Test on pull request
on: pull_request
jobs:
RunTests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup go env
uses: actions/[email protected]
with:
go-version: '1.16'
- name: Run tests
run: go test -v ./...