Skip to content

build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /circuitbreakerrpc #217

build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /circuitbreakerrpc

build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /circuitbreakerrpc #217

Workflow file for this run

name: Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "**" ]
jobs:
unit-test:
runs-on: ubuntu-latest
container: golang:1.19
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Run tests
run: go test -cover ./...