Skip to content

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

chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0

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

Workflow file for this run

name: testing
on: [push, pull_request]
jobs:
testing:
runs-on: ubuntu-latest
steps:
-
name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'true'
-
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
-
name: test
run: go test -v ./...