Skip to content

Bump golang.org/x/net from 0.10.0 to 0.17.0 #12

Bump golang.org/x/net from 0.10.0 to 0.17.0

Bump golang.org/x/net from 0.10.0 to 0.17.0 #12

Workflow file for this run

name: test
on:
pull_request:
push:
jobs:
test:
name: go test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.16.0'
- run: go test ./...