Skip to content

Bump golang.org/x/net from 0.19.0 to 0.23.0 #60

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

Bump golang.org/x/net from 0.19.0 to 0.23.0 #60

Workflow file for this run

name: test
on:
pull_request: { }
jobs:
test:
name: go test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.19.0'
- run: go test ./...