Skip to content

Bump golang.org/x/net from 0.0.0-20190311183353-d8887717615a to 0.17.0 #52

Bump golang.org/x/net from 0.0.0-20190311183353-d8887717615a to 0.17.0

Bump golang.org/x/net from 0.0.0-20190311183353-d8887717615a to 0.17.0 #52

Workflow file for this run

name: actions/ci
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v3
env:
ImageOS: ubuntu20
with:
go-verion: 1.18
check-latests: true
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run Test
run: make test