Skip to content

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#29) #132

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#29)

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#29) #132

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@v3
- name: Set up Go
uses: actions/setup-go@v4
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