Skip to content

Bump golang.org/x/net from 0.17.0 to 0.34.0 #145

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

Bump golang.org/x/net from 0.17.0 to 0.34.0 #145

Workflow file for this run

on: [push, pull_request]
name: Unit Tests
jobs:
test:
strategy:
matrix:
go-version: [1.15.x, 1.16.x, 1.17.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
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 ./...