Skip to content

Bump github.com/spf13/viper from 1.16.0 to 1.17.0 #2778

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

Bump github.com/spf13/viper from 1.16.0 to 1.17.0 #2778

Workflow file for this run

name: Push
on: [push, pull_request]
jobs:
tests:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v4
with:
go-version: ^1.19
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Test
run: make test