Skip to content

build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 #3

build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0

build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 #3

Workflow file for this run

name: PR Build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22.1'
- name: Go Build
run: go build -v ./...
- name: Go Test
run: go test -v ./...