Skip to content

Bump golang.org/x/net from 0.10.0 to 0.23.0 #19

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

Bump golang.org/x/net from 0.10.0 to 0.23.0 #19

Workflow file for this run

name: Run tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '>=1.20.0'
- run: go test -v ./...