Skip to content

Bump github.com/spf13/viper from 1.17.0 to 1.18.1 #423

Bump github.com/spf13/viper from 1.17.0 to 1.18.1

Bump github.com/spf13/viper from 1.17.0 to 1.18.1 #423

Workflow file for this run

name: Lint Go
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
strategy:
matrix:
go-version: [ 1.20.x ]
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.55