Skip to content

Bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#55) #166

Bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#55)

Bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#55) #166

Workflow file for this run

name: test
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
cache: true
- run: make deps test