Skip to content

Bump golang.org/x/net from 0.22.0 to 0.23.0 #174

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

Bump golang.org/x/net from 0.22.0 to 0.23.0 #174

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '^1.21'
- uses: actions/checkout@v4
- uses: n8maninger/action-golang-test@v1