Skip to content

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

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

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

Workflow file for this run

name: "Unit Test"
on:
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
unittest:
name: Unit Test
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/[email protected]
with:
go-version: 1.17.13
- name: Go vet
run: |
export GOPATH=~/go
export PATH=$PATH:$GOPATH/bin
go install github.com/onsi/ginkgo/[email protected]
make install-test-tools fmt vet test