Skip to content

build(deps): Bump golang.org/x/net from 0.8.0 to 0.17.0 #15

build(deps): Bump golang.org/x/net from 0.8.0 to 0.17.0

build(deps): Bump golang.org/x/net from 0.8.0 to 0.17.0 #15

Workflow file for this run

name: CI build
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.17
- name: Test
run: make test