Skip to content

Bump github.com/spf13/viper from 1.18.2 to 1.19.0 #109

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

Bump github.com/spf13/viper from 1.18.2 to 1.19.0 #109

Workflow file for this run

name: Run Tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.0
- name: Install Tools
run: make tools
- name: Test
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./cover.out
functionalities: fix