Skip to content

Bump golang.org/x/net from 0.20.0 to 0.23.0 #48

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

Bump golang.org/x/net from 0.20.0 to 0.23.0 #48

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
name: Run test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Setup go 1.17
uses: actions/setup-go@v5
with:
go-version: stable
- name: Run tests
run: |
go test ./...