Skip to content

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

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

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

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
ci:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: ">=1.22.1"
- name: Run main tests
run: go test
- name: Run `sourcerer` tests
run: |
cd sourcerer
go test