Skip to content

Bump github.com/spf13/viper from 1.17.0 to 1.19.0 #140

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

Bump github.com/spf13/viper from 1.17.0 to 1.19.0 #140

Workflow file for this run

name: Build
on:
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
check-latest: true
cache: true
- name: Build
run: go build -v ./...