Skip to content

Bump golang.org/x/net from 0.0.0-20220225172249-27dd8689420f to 0.7.0… #54

Bump golang.org/x/net from 0.0.0-20220225172249-27dd8689420f to 0.7.0…

Bump golang.org/x/net from 0.0.0-20220225172249-27dd8689420f to 0.7.0… #54

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...