Skip to content

Bump github.com/spf13/viper from 1.13.0 to 1.16.0 #24

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

Bump github.com/spf13/viper from 1.13.0 to 1.16.0 #24

Workflow file for this run

name: Test
env:
GO_VERSION: '1.20'
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Test
run: make test