Skip to content

Bump golang.org/x/net from 0.17.0 to 0.23.0 #10

Bump golang.org/x/net from 0.17.0 to 0.23.0

Bump golang.org/x/net from 0.17.0 to 0.23.0 #10

Workflow file for this run

name: Test CLI Code
on:
pull_request:
branches:
- main
jobs:
test:
name: Test CLI Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test Go code and generate coverage report
run: |
go test ./... --coverprofile=coverage.out