Skip to content

Bump golang.org/x/net from 0.22.0 to 0.23.0 (#265) #731

Bump golang.org/x/net from 0.22.0 to 0.23.0 (#265)

Bump golang.org/x/net from 0.22.0 to 0.23.0 (#265) #731

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test ./...