Skip to content

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

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

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

Workflow file for this run

name: test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Lint
uses: golangci/golangci-lint-action@v2
- name: Test
run: go test -race -v -short ./...