Skip to content

Bump github.com/spf13/viper from 1.18.2 to 1.19.0 in the go group #351

Bump github.com/spf13/viper from 1.18.2 to 1.19.0 in the go group

Bump github.com/spf13/viper from 1.18.2 to 1.19.0 in the go group #351

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: Build
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: build --snapshot --clean
- name: Test
run: go test -v ./...