Skip to content

Bump github.com/spf13/viper from 1.15.0 to 1.18.2 #237

Bump github.com/spf13/viper from 1.15.0 to 1.18.2

Bump github.com/spf13/viper from 1.15.0 to 1.18.2 #237

Workflow file for this run

name: GitHub Actions CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.18' ]
name: Go ${{ matrix.go }} CI test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run: go version
- run: make fmt
- run: make tools
- run: make lint
- run: make test
- run: make coverage