Skip to content

build(deps): bump golang.org/x/net from 0.12.0 to 0.23.0 #290

build(deps): bump golang.org/x/net from 0.12.0 to 0.23.0

build(deps): bump golang.org/x/net from 0.12.0 to 0.23.0 #290

name: build-clients
on:
pull_request:
push:
branches:
- master
jobs:
build:
name: clients.go
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run tests
run: make test
- name: Build package
run: make build