Skip to content

Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 #289

Bump github.com/spf13/pflag from 1.0.5 to 1.0.6

Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 #289

name: Testing push
on:
push:
jobs:
test-app:
name: Test Application
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
- name: Test application
run: go test -v ./...