Skip to content

Bump golang.org/x/net from 0.7.0 to 0.17.0 #378

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

Bump golang.org/x/net from 0.7.0 to 0.17.0 #378

Workflow file for this run

name: tests
on:
pull_request:
push:
branches:
- master
tags:
- v*
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.18'
- run: go test ./...