Skip to content

Bump golang.org/x/net from 0.10.0 to 0.17.0 #43

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

Bump golang.org/x/net from 0.10.0 to 0.17.0 #43

Workflow file for this run

name: go test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
linux:
name: go test
runs-on: ubuntu-20.04
steps:
- name: checkout code
uses: actions/checkout@v3
- name: test
run: |
set -euo pipefail
go test ./...
go test -race ./...