Skip to content

chore(deps): bump golang.org/x/net from 0.31.0 to 0.33.0 #202

chore(deps): bump golang.org/x/net from 0.31.0 to 0.33.0

chore(deps): bump golang.org/x/net from 0.31.0 to 0.33.0 #202

Workflow file for this run

name: Unit Tests
on:
pull_request:
jobs:
unit:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Setup Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: "go.mod"
cache: false
- run: make test