Skip to content

Bump golang.org/x/net from 0.23.0 to 0.27.0 #34

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

Bump golang.org/x/net from 0.23.0 to 0.27.0 #34

Workflow file for this run

name: Test
on:
pull_request:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
check-latest: true
cache: true
- name: Test
run: go test -v ./...