Skip to content

chore(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 (#44) #183

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

chore(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 (#44) #183

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19.5
- name: Test
run: make test