Skip to content

Bump github.com/spf13/cobra from 1.5.0 to 1.8.0 #125

Bump github.com/spf13/cobra from 1.5.0 to 1.8.0

Bump github.com/spf13/cobra from 1.5.0 to 1.8.0 #125

Workflow file for this run

name: 'build binary'
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: 'Build binary and test'
runs-on: ubuntu-latest
steps:
- name: 'checkout'
uses: actions/checkout@v4
- name: 'setup go'
uses: actions/setup-go@v5
- name: 'build binary'
run: go build -o sonar
- name: 'run built binary'
run: ./sonar version