Skip to content

Bump golang.org/x/net from 0.0.0-20210726213435-c6fcb2dbf985 to 0.17.0 #25

Bump golang.org/x/net from 0.0.0-20210726213435-c6fcb2dbf985 to 0.17.0

Bump golang.org/x/net from 0.0.0-20210726213435-c6fcb2dbf985 to 0.17.0 #25

Workflow file for this run

name: Go
on:
push:
branches: [ master main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...