Skip to content

Bump golang.org/x/net from 0.17.0 to 0.23.0 #1610

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

Bump golang.org/x/net from 0.17.0 to 0.23.0 #1610

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: Tests
jobs:
test:
runs-on: ubuntu-latest
name: test
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test ./...