Skip to content

Bump github.com/spf13/viper from 1.16.0 to 1.19.0 #19

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

Bump github.com/spf13/viper from 1.16.0 to 1.19.0 #19

Workflow file for this run

name: Build
on:
pull_request:
push:
branches: ["main"]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5
with:
go-version: 1.23 # The Go version to download (if necessary) and use.
- name: Build CLI
run: go install