Skip to content

Bump github.com/spf13/viper from 1.14.0 to 1.18.2 #332

Bump github.com/spf13/viper from 1.14.0 to 1.18.2

Bump github.com/spf13/viper from 1.14.0 to 1.18.2 #332

Workflow file for this run

on: [push, pull_request]
name: Build
jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.18
- run: go build ./...