Skip to content

Bump github.com/briandowns/spinner from 1.23.1 to 1.23.2 #161

Bump github.com/briandowns/spinner from 1.23.1 to 1.23.2

Bump github.com/briandowns/spinner from 1.23.1 to 1.23.2 #161

Workflow file for this run

name: Lint
on:
push:
paths:
- "**.go"
- go.mod
- go.sum
pull_request:
paths:
- "**.go"
- go.mod
- go.sum
env:
GO111MODULE: on
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --verbose