Skip to content

Bump golang.org/x/net from 0.9.0 to 0.23.0 #8

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

Bump golang.org/x/net from 0.9.0 to 0.23.0 #8

Workflow file for this run

name: gotester
on: [pull_request]
jobs:
gotest:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: go test ./...