Skip to content

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #140

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

Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #140

Workflow file for this run

name: Testing
on:
push:
pull_request:
jobs:
test-app:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test application
run: go test ./...
- name: Compile application
run: go build -o tabloid-tmp && rm -rf tabloid-tmp