Skip to content

Bump golang.org/x/net from 0.28.0 to 0.38.0 #86

Bump golang.org/x/net from 0.28.0 to 0.38.0

Bump golang.org/x/net from 0.28.0 to 0.38.0 #86

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
jobs:
tests:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: run tests
run: go test -v -race ./...