Skip to content

Bump golang.org/x/net from 0.18.0 to 0.23.0 #46

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

Bump golang.org/x/net from 0.18.0 to 0.23.0 #46

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.21.5
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: make ci