Skip to content

feat(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#171) #175

feat(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#171)

feat(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#171) #175

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
permissions:
contents: read
pull-requests: read
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "stable"
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86
with:
skip-go-installation: true
args: --timeout=5m