Skip to content

Bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0 #236

Bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0

Bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0 #236

Workflow file for this run

name: Run common test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
name: Common Test
runs-on: ubuntu-latest
env:
GOPATH: /home/runner/go
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: ^1.17
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Test
run: make test
- name: Vet
run: make vet