Skip to content

chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 #324

chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0

chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 #324

Workflow file for this run

name: Run Tests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
id: go
- name: Checkout
uses: actions/checkout@v4
- name: Build
env:
CGO_ENABLED: 0
run: go build -v
- name: Run Tests
run: |
bash ./test.sh