Skip to content

Update module github.com/spf13/viper to v1.19.0 #119

Update module github.com/spf13/viper to v1.19.0

Update module github.com/spf13/viper to v1.19.0 #119

Workflow file for this run

name: testing
on:
push:
branches: [ "main" ]
pull_request:
branches:
- 'main'
- 'renovate/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Set up Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
with:
go-version: '1.20'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...