Skip to content

Bump github.com/spf13/viper from 1.14.0 to 1.16.0 #50

Bump github.com/spf13/viper from 1.14.0 to 1.16.0

Bump github.com/spf13/viper from 1.14.0 to 1.16.0 #50

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: ["main", "dev"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/setup-go@v4
with:
go-version: 1.19 # The Go version to download (if necessary) and use.
- name: Test
shell: bash
run: go test ./...