Skip to content

Bump golang.org/x/net from 0.33.0 to 0.36.0 #5

Bump golang.org/x/net from 0.33.0 to 0.36.0

Bump golang.org/x/net from 0.33.0 to 0.36.0 #5

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '^1.18'
- name: Run tests
run: make test