Skip to content

Bump golang.org/x/net from 0.33.0 to 0.36.0 #15

Bump golang.org/x/net from 0.33.0 to 0.36.0

Bump golang.org/x/net from 0.33.0 to 0.36.0 #15

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 ./... --timeout 30s --coverprofile=coverage.out