Skip to content

chore(deps): bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.12.0 #65

chore(deps): bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.12.0

chore(deps): bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.12.0 #65

Workflow file for this run

on:
push:
branches-ignore:
- main
pull_request:
branches:
- main
name: Build and Test
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
- name: Checkout repo
uses: actions/checkout@v2
- name: Build and Test
run: ./build.sh