Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

chore(deps): bump github.com/spf13/viper from 1.6.1 to 1.17.0 #43

chore(deps): bump github.com/spf13/viper from 1.6.1 to 1.17.0

chore(deps): bump github.com/spf13/viper from 1.6.1 to 1.17.0 #43

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@v4
with:
go-version: 1.19.5
- name: Test
run: make test