Skip to content

build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 #51

build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2

build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 #51

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # ratchet:actions/setup-go@v6
with:
go-version: stable
cache-dependency-path: go.sum
- run: go mod tidy
- run: go test ./... -v
- uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # ratchet:golangci/golangci-lint-action@v9
with:
version: latest