Skip to content

Bump golang.org/x/net from 0.12.0 to 0.23.0 #146

Bump golang.org/x/net from 0.12.0 to 0.23.0

Bump golang.org/x/net from 0.12.0 to 0.23.0 #146

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '^1.15.0'
- uses: actions/checkout@v3
- run: make lint
- run: make build
- run: make test