Skip to content

Bump golang.org/x/net from 0.21.0 to 0.22.0 #47

Bump golang.org/x/net from 0.21.0 to 0.22.0

Bump golang.org/x/net from 0.21.0 to 0.22.0 #47

Workflow file for this run

---
name: Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: actions/checkout@v4
- name: tests
run: |
make test