Skip to content

Bump golang.org/x/net from 0.19.0 to 0.23.0 #29

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

Bump golang.org/x/net from 0.19.0 to 0.23.0 #29

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.21.x]
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...