Skip to content

Bump golang.org/x/net from 0.23.0 to 0.36.0 #2

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

Bump golang.org/x/net from 0.23.0 to 0.36.0 #2

Workflow file for this run

name: Test
on:
pull_request:
branches:
- '*'
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Test
run: make test