Skip to content

Bump github.com/spf13/viper from 1.15.0 to 1.16.0 #14

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

Bump github.com/spf13/viper from 1.15.0 to 1.16.0 #14

Workflow file for this run

name: Test/Lint/Fmt/Vet
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container: golang:1
env:
GOFLAGS: "-buildvcs=false"
steps:
- uses: actions/checkout@v4
- name: Test
run: make test