Skip to content

chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 #15

chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1

chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 #15

Workflow file for this run

name: squealer lint
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version-file: ./go.mod
- run: go version
- name: Lint
run: make quality